SET input-SAS-data-set;
◀예제▶ SAS data set 읽기
DATA class;
SET sashelp.class;
RUN;
◀예제▶ EXCEL 파일 읽기
LIBNAME myxls ‘c:\mydata\class.xls’;
DATA new;
SET myxls.‘sheet1$’n;
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 코리아 교육팀