Chapter Contents

Previous

Next
OPLIST

OPLIST



Controls whether the settings of SAS system options are written to the SAS log

Language element: system option
Default: NOOPLIST
Valid in: configuration file, SAS invocation, VMS_SAS_OPTIONS DCL symbol
OpenVMS specifics: All aspects are host-specific


Syntax
Details
Example
See Also

Syntax

OPLIST | NOOPLIST

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

NOOPLIST
specifies that the SAS System 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 the SAS System 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

Suppose you invoke the SAS System with the following command:

$ SAS/NODMS/FULLSTIMER/OPLIST
The following line is then written to the SAS log:
/NODMS/FULLSTIMER/OPLIST

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.