MODEL response-variables = predictor-effects </ options>;
The MODEL statement names the responses and the predictors, which determine the and matrices of the model, respectively. Usually you simply list the names of the predictor variables as the model effects, but you can also use the effects notation of PROC GLM to specify polynomial effects and interactions; for more information, see the section Specification of Effects in ChapterĀ 46: The GLM Procedure. The MODEL statement is required. You can specify only one MODEL statement (in contrast to the REG procedure, for example, which allows several MODEL statements in the same PROC REG run).
You can specify the following options in the MODEL statement after a slash (/).