The following statements are available in the GLMMOD procedure.
PROC GLMMOD
<options> ;
BY
variables ;
CLASS
variables ;
FREQ
variable ;
MODEL
dependents = independents </ options> ;
WEIGHT
variable ;
The PROC GLMMOD and MODEL statements are required. If classification effects are used, the classification variables must be declared in a CLASS statement, and the CLASS statement must appear before the MODEL statement.