| Procedures under UNIX |
| UNIX specifics: | options available only under UNIX |
| See: | OPTIONS Procedure in Base SAS Procedures Guide |
| Syntax | |
| Details | |
| See Also |
Syntax |
| PROC OPTIONS=<option(s)> |
Note: This version
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. ![[cautionend]](../../../../common/61925/HTML/default/images/cautend.gif)
| Details |
PROC OPTIONS lists the current values of the system options that are available in all operating environments and, if you specify the HOST option in the PROC OPTIONS statement, it lists those options that are available only under UNIX (host options). The option values that are displayed by PROC OPTIONS depend on the default values shipped with SAS, the default values specified by your site administrator, the default values in your own configuration file, any changes made in your current session through the System Options window or OPTIONS statement, and possibly, the device on which you are running SAS.
For more information about a specific option, refer to System Options under UNIX.
| See Also |
For more information about restricted options, see Order of Precedence for Processing SAS Configuration Files.
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.