Chapter Contents |
Previous |
Next |
The OPTIONS Procedure |
PROC OPTIONS <option(s)>; |
To do this | Use this option | |
---|---|---|
Choose the format of the listing | ||
Specify the long form | LONG | |
Specify the short form | SHORT | |
Display the option's description and type Display the option's value and scope |
DEFINE VALUE |
|
Restrict the number of options displayed | ||
Display options belonging to a group | GROUP= | |
Display host options only | HOST | |
Display portable options only | NOHOST | |
Display a single option | OPTION= |
Options |
Interaction: | This option has no effect when SHORT is specified. |
Alias: | PORTABLE is an alias for NOHOST. |
Default: | LONG |
Featured in: | Producing the Short Form of the Options Listing |
Requirement: | If a SAS system option uses an equals sign, such as PAGESIZE=, do not include the equals sign when specifying the option to OPTION=. |
Featured in: | Displaying the Setting of a Single Option |
Interaction: | This option has no effect when SHORT is specified. |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.