아래 샘플 프로그램을 실행하셔서 정상적으로 결과가 나오는지 확인하신 후에 활용하셔서 SAS 코드를 작성하십시오.
예)
proc sql;
create table work.a as
select class.name as name format=$20. length=20
from sashelp.class;
quit;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
SAS 코리아 Blog
SAS Viya for Learners
SAS Academic on-demands
SAS Technical Center
SAS Contact Center
SAS 코리아 교육팀