Displaying SAS System Option Settings


SAS system options are set to the default values. To display the settings of the SAS system options in the SAS log, use the OPTIONS procedure. For example, the following statement produces a list of options, one option per line, with a brief explanation of what each option does:

 proc options; run; 

You can specify the SHORT option in the PROC OPTIONS statement to produce a list of option settings with no explanation of the options. For more information, see the OPTIONS procedure in Base SAS Procedures Guide .

In an interactive SAS session, the SAS System Options window displays the settings of many SAS system options. However, it does not list the system options that are valid only at SAS invocation or the system options that are not available in all operating environments. To open the SAS System Options window, enter

Tools Options System




SAS 9.1 Companion for Windows
SAS 9.1 Companion for Windows (2 Volumes)
ISBN: 1590472004
EAN: 2147483647
Year: 2004
Pages: 187

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net