The following statements are available in PROC QUANTSELECT:
PROC QUANTSELECT <options>;
BY variables;
CLASS variable <(v-options)> <variable <(v-options …)> > </ v-options> <options> ;
EFFECT name = effect-type (variables </ options> );
MODEL variable = <effects> </ options> ;
OUTPUT <OUT=SAS-data-set> <keyword <=name> > <…keyword<=name>> ;
PARTITION <options>;
WEIGHT variable;
The PROC QUANTSELECT statement invokes the procedure. All statements other than the MODEL statement are optional. CLASS and EFFECT statements, if present, must precede the MODEL statement.