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;
Nearly 200 sessions are now available on demand in the Innovate Hub.
SAS 코리아 Blog
SAS Viya for Learners
SAS Academic on-demands
SAS Technical Center
SAS Contact Center
SAS 코리아 교육팀