The CLP Procedure |
VAR Statement |
variable <=[lower-bound <, upper-bound>]>
(variables) <=[lower-bound <, upper-bound>]>
The VAR statement declares all the variables that are to be considered in the CSP and, optionally, defines their domains. Any variable domains defined in a VAR statement override the global variable domains defined using the DOMAIN= option in the PROC CLP statement as well as any bounds defined using the CONDATA= data set. If lower-bound is specified and upper-bound is omitted, the corresponding variables are considered as being assigned to lower-bound.
Note: This procedure is experimental.
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.