Previous Page | Next Page

System Options under OpenVMS

OPLIST System Option: OpenVMS



Specifies whether the settings of the SAS system options are written to the SAS log.
Default: NOOPLIST
Valid in: configuration file, SAS invocation, VMS_SAS_OPTIONS DCL symbol
Category: Log and procedure output control: SAS log
PROC OPTIONS GROUP= LOGCONTROL
OpenVMS specifics: all

Syntax
Details
Example
See Also

Syntax

OPLIST | NOOPLIST

OPLIST

specifies that SAS write the settings of options to the SAS log.

NOOPLIST

specifies that SAS does not write the settings of options to the SAS log.


Details

Under OpenVMS, the OPLIST system option echoes only the system options specified when SAS is invoked; it does not echo any system options specified in a configuration file. If you want to echo the contents of the configuration file, use the VERBOSE system option.

You cannot change the settings of SAS system options with the OPLIST system option.


Example

If you invoke SAS with the following command:

$ SAS/NODMS/FULLSTIMER/OPLIST

The following line is then written to the SAS log:

/NODMS/FULLSTIMER/OPLIST


See Also

Previous Page | Next Page | Top of Page