Chapter Contents |
Previous |
Next |
OPTIONS |
Language element: | procedure |
OpenVMS specifics: | host options listed |
Syntax | |
Details | |
See Also |
Syntax |
PROC OPTIONS <options(s)>; |
Requirement: | If a SAS system option uses an equals sign, such as PAGESIZE=, do not include the equals sign when specifying the option to the OPTION= procedure. |
Details |
The OPTIONS procedure lists the current settings of the SAS system options.
The portable options (session and configuration) displayed by the OPTIONS procedure are the same for every operating environment, although the default values may differ slightly. However, the host options that PROC OPTIONS displays are different for each operating environment.
Also, some option values depend on which mode of operation you use to run SAS. For example, the default for the LOG= option is LOG under a windowing environment, but in interactive line mode the default is SYS$OUTPUT. Finally, the way you set up your process affects the default values of system options. For example, the default value of the CONFIG= option depends on whether you have defined the OpenVMS logical name SAS$CONFIG in your process.
By using PROC OPTIONS, you can check the values of all system options. For more information about a particular host option, see the entry for the option in System Options.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.