Lists the current values of all SAS system options.
| Windows specifics: | Host options |
| See: | OPTIONS Procedure in SAS System Options: Reference |
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.
proc options host; run;
Host Options:
ACCESSIBILITY=STANDARD
Enable Extended Accessibility
ALTLOG= Specifies the destination for a copy of the SAS log
ALTPRINT= Specifies the destination for a copy of the SAS procedure output file
AUTHPROVICERDOMAIN=
Authentication providers associated with domain suffixes
AUTHSERVER= Specify the authentication server or domain.
AUTOEXEC= Specifies the autoexec file to be used
AWSCONTROL=(SYSTEMMENU MINMAX TITLE)
Used to customize the appearance for the SAS AWS. Valid parameters are:
TITLE/NOTITLE SYSTEMMENU/NOSYSTEMMENU MINMAX/NOMINMAX
AWSDEF=( 0 0 79 79)
Specify the initial size and position of the SAS AWS. This should be
specified as follows: 0 0 100 100
AWSMENU Show the main window's (AWS) menu.
AWSMENUMERGE Add host specific menu items to the main window's (AWS) menu.
...
NOTE: PROCEDURE OPTIONS used:( Total process time)
real time 0.01 seconds
cpu time 0.01 seconds