SAS Institute. The Power to Know

SAS(R) 9.2 Companion for UNIX Environments

space
Previous Page | Next Page

Procedures under UNIX

OPTIONS Procedure: UNIX



Lists the current values 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 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 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

space
Previous Page | Next Page | Top of Page