SAS data set( RENAME=(old-1 = new-1
old-2 = new-2
…
old-n = new-n ) )
◀예제▶ height를 ht로, weight를 wt로 변경.
DATA class;
SET sashelp.class( RENAME = (height = ht
Weight = wt) );
RUN;
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 코리아 교육팀