Procedure Syntax


PROC GOPTIONS < option(s) >;

PROC GOPTIONS Statement

Lists the graphics options, and their values and descriptions in the LOG window. Optionally, it lists the currently defined global statements. By default, each listed item is displayed on a separate line.

Syntax

PROC GOPTIONS < option(s) >;

option(s) can be one or more options from the following categories:

  • item request options

    • AXIS

    • FOOTNOTE

    • LEGEND

    • OPTION= graphics-option

    • PATTERN

    • SYMBOL

    • TITLE

  • listing format options

    • CENTIMETERS

    • NOLIST

    • NOLOG

    • SHORT

Options

You can specify as many options as you want and list them in any order.

AXIS

A

  • 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.

CENTIMETERS

CM

  • 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.

FOOTNOTE

F

  • 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.

    Featured in: Example 1 on page 1078

LEGEND

L

  • 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.

NOLIST

N

  • 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.

    Featured in: Example 1 on page 1078

NOLOG

  • displays the output in the OUTPUT window instead of the LOG window.

OPTION= graphics-option

  • requests information on the specified graphics option. For these options, requesting one displays the value of both:

    • HSIZE= and VSIZE=

    • HPOS= and VPOS=

    • XMAX= and YMAX=

    • XPIXELS= and YPIXELS=

PATTERN

P

  • requests a list of all of the current PATTERN definitions. PATTERN lists the current values for all of the graphics options, unless you use the NOLIST. If you have not defined any PATTERN statements, the GOPTIONS procedure issues a message.

SHORT

  • suppresses the descriptions of the graphics options and displays the graphics options values in an alphabetical list in paragraph form.

    Featured in: Example 2 on page 1079

SYMBOL

S

  • requests a list of all of the current SYMBOL definitions. SYMBOL lists the current values for all of the graphics options, unless you use the NOLIST. If you have not defined any SYMBOL statements, the GOPTIONS procedure issues a message.

TITLE

T

  • requests a list of all of the current TITLE and FOOTNOTE definitions. TITLE 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.




SAS.GRAPH 9.1 Reference, Volumes I and II
SAS.GRAPH 9.1 Reference, Volumes I and II
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 342

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net