Syntax: GLMMOD Procedure

The following statements are available in PROC GLMMOD.

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.