Each SAS system option
belongs to one or more groups, which are based on functionality, such
as error handling or sorting. You can display a list of system-option
groups and the system options that belong to one or more of the groups.
Use the LISTGROUPS option
to display a list of system-option groups.
proc options listgroups;
run;
List of SAS System Option Groups
26 proc options listgroups;
27 run;
SAS (r) Proprietary Software Release xxx TS1B0
Option Groups
GROUP=ADABAS ADABAS
GROUP=CODEGEN Code generation
GROUP=COMMUNICATIONS Networking and encryption
GROUP=DATACOM Datacom
GROUP=DATAQUALITY Data Quality
GROUP=DB2 DB2
GROUP=EMAIL E-mail
GROUP=ENVDISPLAY Display
GROUP=ENVFILES Files
GROUP=ERRORHANDLING Error handling
GROUP=EXECMODES Initialization and operation
GROUP=EXTFILES External files
GROUP=GRAPHICS Driver settings
GROUP=HELP Help
GROUP=IDMS IDMS
GROUP=IMS IMS
GROUP=INPUTCONTROL Data Processing
GROUP=INSTALL Installation
GROUP=ISPF ISPF
GROUP=LANGUAGECONTROL Language control
GROUP=LISTCONTROL Procedure output
GROUP=LOGCONTROL SAS log
GROUP=LOG_LISTCONTROL SAS log and procedure output
GROUP=MACRO SAS macro
GROUP=MEMORY Memory
GROUP=META Metadata
GROUP=ODSPRINT ODS Printing
GROUP=PDF PDF
GROUP=PERFORMANCE Performance
GROUP=REXX REXX
GROUP=SASFILES SAS Files
GROUP=SECURITY Security
GROUP=SMF SMF
GROUP=SORT Procedure options
GROUP=SQL SQL
GROUP=SVG SVG
Use the GROUP= option
to display system options that belong to a particular group. You can
specify one or more groups.
proc options group=(svg graphics);
run;
Sample Output Using the GROUP= Option
5 proc options group=(svg graphics);
6 run;
SAS (r) Proprietary Software Release xxx TS1B0
Group=SVG
NOSVGCONTROLBUTTONS
Do not display paging control buttons in multi-page SVG documents
SVGHEIGHT= Identifies the height of the SVG outermost element and height of the initial viewport
SVGPRESERVEASPECTRATIO=
Identifies the preserveAspectRatio attribute for the outermost SVG element
SVGTITLE= Identifies SVG title element
SVGVIEWBOX= Identifies the viewBox attribute for the outermost SVG element
SVGWIDTH= Identifies width of the SVG outermost element and width of the initial viewport
SVGX= Identifies the x-axis attribute for the outermost SVG element
SVGY= Identifies the y-axis attribute for the outermost SVG element
Group=GRAPHICS
DEVICE= Graphics device driver
GSTYLE Use ODS styles in the generation of graphs. GSTYLE does not affect ODS styles for graphs generated
with Java, ActiveX drivers or Statistical Graphics
GWINDOW Display SAS/GRAPH output in the GRAPH window of Display Manager
MAPS=("!sasroot\your-site-path\en\maps")
Location of maps for use with SAS/GRAPH
FONTALIAS= Assigns a new host font facename to a portable SAS font family. The first parameter is the SAS font
family and the second is the host-specific font facename.
The following table
lists the values that are available in all operating environments
when you use the GROUP= option with PROC OPTIONS.
Values for Use with
GROUP=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following table
lists operating environment–specific values that might be available
when you use the GROUP= option with PROC OPTIONS.
Possible Operating Environment-Specific
Values for Use with GROUP=
|
|
|
|
|
|
|
|
|
|
|
|
|
Operating Environment Information: Refer
to the SAS documentation for your operating environment for more information
about these host-specific options.