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; see the section Specification of Effects in ChapterĀ 45: The GLM Procedure for further details. 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 (/).