Chapter Contents |
Previous |
Next |
SAS Companion for UNIX Environments |
Specify data set options following the data set name in SAS statements as follows:
...data-set-name(option-1=value-1 option-2=value-2...) |
A few data set options are also SAS system options (for example, BUFSIZE=). If the same option is specified both as a system option and as a data set option, the SAS System uses the value given after the data set name. See Customizing Your SAS Session and SAS System Options for more information on SAS system options.
See Summary of SAS Data Set Options for a table of all of the data set options available under UNIX.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.