Syntax


Specify a data set option in parentheses after a SAS data set name . To specify several data set options, separate them with spaces.

( 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));




SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 704

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net