아래와 같이 조건식을 이용해서 여러 개의 데이터셋으로 생성하도록 하면 됩니다.
예)
data data1 data2 data3;
set sashelp.class;
if value = ‘v1’ then output data1;
else if value = ‘v2’ then output data2;
else if value = ‘v3’ then output data3;
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.
YouTube LinkedIn
SAS 코리아 Blog
SAS Viya for Learners
SAS Academic on-demands
SAS Technical Center
SAS Contact Center
SAS 코리아 교육팀