The OPTMODEL Procedure |
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.
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.