Previous Page | Next Page

System Options under OpenVMS

SAS System Options under OpenVMS

SAS system options control many aspects of your SAS session, including output destinations, the efficiency of program execution, and the attributes of SAS files and libraries. System options can be specified in various ways: at SAS invocation, in a SAS configuration file, in an OPTIONS statement (either in a SAS program or in a SAS autoexec file), in the System Options window, in SCL programs, or in the VMS_SAS_OPTIONS DCL symbol.

Most SAS system options are completely described in SAS Language Reference: Dictionary. Only the system options that have syntax or behavior that is specific to the OpenVMS operating environment are documented here. Summary of SAS System Options under OpenVMS is a summary of all SAS system options and gives specific information about where each system option can be specified.

After a system option is set, it affects all subsequent DATA and PROC steps in a program or SAS process until it is respecified.

Some SAS system options have the same effect (and usually the same name) as data set or statement options. For example, the BUFSIZE= system option is analogous to the BUFSIZE= data set option. In the case of overlapping options, SAS uses the following rules of precedence:

Your system administrator can restrict some system options so that they cannot be modified. For a list of these system options, see Restricted Options in SAS Language Reference: Dictionary.

Previous Page | Next Page | Top of Page