Previous Page | Next Page

The MODEL Procedure

CONTROL Statement
CONTROL variable < value > ... ;

The CONTROL statement declares control variables and specifies their values. A control variable is like a parameter except that it has a fixed value and is not estimated from the data. You can use control variables for constants in model equations that you might want to change in different solution cases. You can use control variables to vary the program logic. Unlike the retained variables, these values are fixed across iterations.

Previous Page | Next Page | Top of Page