Lists the current settings of SAS system options.
UNIX specifics: |
options available only under UNIX
|
See: |
OPTIONS Procedure in
Base SAS Procedures Guide
|
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]](../../../../common/61991/HTML/default/images/cautend.gif)
-
option(s)
-
-
HOST | NOHOST
-
displays only host options (HOST) or only
portable options (NOHOST). PORTABLE is an alias for
NOHOST.
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.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.