SAS Data Set Options under UNIX

This section describes SAS data set options that exist only in the UNIX environment, as well as options whose behavior or syntax is specific to UNIX. Each data set option description includes a brief “UNIX specifics” section that explains which aspect of the data set option is specific to UNIX. For data set options that have behavior or syntax specific to UNIX, see SAS Data Set Options: Reference for a complete description of the option.
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, SAS uses the value given with the data set option. For more information about SAS system options, see Customizing Your SAS Session by Using System Options and SAS System Options under UNIX.
To view a table of all of the data set options available under UNIX, see Summary of SAS Data Set Options in UNIX Environments.