The following statements are available in the NESTED procedure:
PROC NESTED
<options> ;
CLASS
variables </ option> ;
VAR
variables ;
BY
variables ;
The PROC NESTED and CLASS statements are required. The BY, CLASS, and VAR statements are described after the PROC NESTED statement.