The GOPTIONS Procedure |
PROC GOPTIONS <option(s)>; |
option(s) can be one or more options from the following categories:
Options |
You can specify as many options as you want and list them in any order.
requests a list of all current AXIS definitions. AXIS also lists the current values for all graphics options, unless you use the NOLIST option. If you have not defined any AXIS statements, the GOPTIONS procedure issues a message.
Alias: | A |
displays the values of the HORIGIN=, HSIZE=, PAPERFEED=, PAPERLIMIT=, VORIGIN=, and VSIZE= graphics options in units of centimeters (CM). These graphics options use units of IN or CM only, and their values are always stored as inches even if you specify CM. Therefore, the GOPTIONS procedure displays these values in inches, unless you specify the CENTIMETERS option.
Note: The CENTIMETERS option does not affect the graphics options that can use unit specifications of CELLS, CM, IN, PCT, and PT.
Alias: | CM |
requests a list of all of the current FOOTNOTE and TITLE definitions. FOOTNOTE also lists the current values for all of the graphics options, unless you use the NOLIST option. If you have not defined any FOOTNOTE or TITLE statements, the GOPTIONS procedure issues a message.
Alias: | F |
Featured in: | Displaying TITLE and FOOTNOTE Statements |
requests a list of all of the current LEGEND definitions. LEGEND lists the current values for all of the graphics options, unless you use the NOLIST option. If you have not defined any LEGEND statements, the GOPTIONS procedure issues a message.
Alias: | L |
suppresses the display of graphics options. Use the NOLIST option in conjunction with the appropriate statement request option when you want to list only the current AXIS, FOOTNOTE, LEGEND, PATTERN, SYMBOL, or TITLE definitions.
Alias: | N |
Featured in: | Displaying TITLE and FOOTNOTE Statements |
displays the output in the OUTPUT window instead of the Log window.
requests information on the specified graphics option. For these options, requesting the information on one option also displays the value of its corresponding option, as follows:
requests a list of all of the current PATTERN definitions. The PATTERN option lists the current values for all of the graphics options unless you use the NOLIST option. If you have not defined any PATTERN statements, the GOPTIONS procedure issues a message.
Alias: | P |
suppresses the descriptions of the graphics options and displays the graphics options values in an alphabetical list in paragraph form.
Featured in: | Displaying Graphics Options without the Description |
requests a list of all of the current SYMBOL definitions. The SYMBOL option lists the current values for all of the graphics options, unless you use the NOLIST option. If you have not defined any SYMBOL statements, the GOPTIONS procedure issues a message.
Alias: | S |
requests a list of all of the current TITLE and FOOTNOTE definitions. The TITLE option lists the current values for all of the graphics options, unless you use the NOLIST option. If you have not defined any FOOTNOTE or TITLE statements, the GOPTIONS procedure issues messages.
Alias: | T |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.