Previous Page | Next Page

Procedures under UNIX

OPTIONS Procedure: UNIX



Lists the current settings of SAS system options.
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.  [cautionend]

option(s)
HOST | NOHOST

displays only host options (HOST) or only portable options (NOHOST). PORTABLE is an alias for NOHOST.


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

Previous Page | Next Page | Top of Page