Previous Page | Next Page

The NESTED Procedure

Syntax: NESTED Procedure

The following statements are available in PROC NESTED:

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.

Previous Page | Next Page | Top of Page