Chapter Contents |
Previous |
Next |
SAS Language Reference: Dictionary |
(option-1=value-1<. . . option-n=value-n>) |
These examples show data set options in SAS statements:
data scores(keep=team game1 game2 game3);
proc print data=new(drop=year);
set old(rename=(date=Start_Date));
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.