Procedures under OpenVMS |
OpenVMS specifics: | host options listed |
See: | OPTIONS Procedure in Base SAS Procedures Guide |
Syntax | |
Details |
Syntax |
PROC OPTIONS <options(s)>; |
Note:
This is a simplified version of the OPTIONS procedure syntax. For the complete syntax and its explanation, see the OPTIONS procedure in Base SAS Procedures Guide.
controls the format of the list of system options and the number of items displayed. For a list of host options available for OpenVMS, use the following option:
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 might 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 blank 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 under OpenVMS.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.