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 the Base SAS Procedures Guide.
Details |
PROC OPTIONS lists the current settings of the system options that are available in all operating environments, as well as the system options that are available in the UNIX environment. 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 of 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, see System Options under UNIX.
See Also |
For more information about restricted options, see Order of Precedence for Processing SAS Configuration Files.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.