Graphics Options and Device Parameters Dictionary |
Used in: | GOPTIONS statement |
Syntax | |
Details |
Syntax |
RESET=ALL | GLOBAL | statement-name | (statement-name(s)) |
sets all graphics options to defaults and cancels all global statements.
cancels all global statements (AXIS, FOOTNOTE, LEGEND, PATTERN, SYMBOL, and TITLE). Options in the GOPTIONS statement are unaffected.
resets or cancels only the specified global statements. For example, RESET=PATTERN cancels all PATTERN statements only. To cancel several statements at one time, enclose the statement names in parentheses. For example, RESET=(TITLE FOOTNOTE AXIS).
Note: RESET=GOPTIONS sets all graphics options to defaults but does not cancel any global statements.
Details |
RESET=ALL or RESET=GOPTIONS must be the first option specified in the GOPTIONS statement; otherwise, the graphics options that precede the RESET= option in the GOPTIONS statement are reset. Other options can follow the RESET= graphics option in the statement.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.