The following statements are available in the VARCOMP procedure:
PROC VARCOMP <options>;
CLASS variables;
MODEL dependent = <effects> </ options>;
BY variables;
Only one MODEL statement is allowed. The BY, CLASS, and MODEL statements are described after the PROC VARCOMP statement.