Chapter Contents

Previous

Next
SAS Companion for the Microsoft Windows Environment

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 SAS Procedures Guide.

In an interactive SAS session, the SAS System Options window displays the settings of many SAS system options. However, the SAS System Options 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
[arrow]
Options
[arrow]
System...


Chapter Contents

Previous

Next

Top of Page

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