Chapter Contents

Previous

Next
RESET

RESET



Resets graphics options to their defaults and/or cancels global statements.

Used in: GOPTIONS statement


Syntax
Details

Syntax

RESET=ALL | GLOBAL | statement-name | (statement-name(s))

ALL
sets all graphics options to defaults and cancels all global statements.

GLOBAL
cancels all global statements (AXIS, FOOTNOTE, LEGEND, PATTERN, SYMBOL, and TITLE). Options in the GOPTIONS statement are unaffected.

statement-name
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.  [cautionend]

Featured in: Example 10. Creating a Bar Chart with Drill-down for the Web


Details

RESET=ALL or RESET=GOPTIONS must be the first option specified in the GOPTIONS statement; otherwise, the graphics options that precede RESET= in the GOPTIONS statement are reset. Other options can follow the RESET= graphics option in the statement.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.