The OPTMODEL Procedure

RESET OPTIONS Statement

RESET OPTIONS option(s);
RESET OPTION option(s);

The RESET OPTIONS statement sets PROC OPTMODEL option values or restores them to their defaults. Options can be specified by using the same syntax as in the PROC OPTMODEL statement. The RESET OPTIONS statement provides two extensions to the option syntax. If an option normally requires a value (specified with an equal sign (=) operator), then specifying the option name alone resets it to its default value. You can also specify an expression enclosed in parentheses in place of a literal value. See the section "OPTMODEL Options" for an example.

The RESET OPTIONS statement can be placed inside loops or conditional code. The statement is applied each time it is executed.

Previous Page | Next Page | Top of Page