RESET

Resets graphics options to their defaults and/or cancels global statements.
Used by: GOPTIONS statement
Creating a Web Page with Drill-Down Functionality Using the ODS HTML Statement

Syntax

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

Parameter Values

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.

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.