The following statements are available in the NPAR1WAY procedure:
PROC NPAR1WAY
< options > ;
BY
variables ;
CLASS
variable ;
EXACT
statistic-options < / computation-options > ;
FREQ
variable ;
OUTPUT
< OUT=SAS-data-set > < output-options > ;
VAR
variables ;
The PROC NPAR1WAY statement invokes the NPAR1WAY procedure. The PROC NPAR1WAY and CLASS statements are required. Table 69.1 summarizes the statements available in the NPAR1WAY procedure.
The following sections describe the PROC NPAR1WAY statement and then describe the other statements in alphabetical order.