Specifying Data Set Options

Specify a data set option in parentheses after a table name. To specify several data set options, separate them with spaces.
(option-1=value <...option-n=value>)
These examples show data set options in SAS statements:
data salary (encrypt=yes read=green);

proc print data=salary (read=green);