The following statements are available in the STEPDISC procedure:
PROC STEPDISC <options>;
CLASS variable;
BY variables;
FREQ variable;
VAR variables;
WEIGHT variable;
The BY, CLASS, FREQ, VAR, and WEIGHT statements are described after the PROC STEPDISC statement.