The QTRSELECT Procedure
Syntax: QTRSELECT Procedure
The following statements are available in the QTRSELECT procedure:
PROC QTRSELECT <options>;
BY variables;
CLASS variable <(options)>…<variable <(options)>> </ global-options>;
CODE <options>;
DISPLAY <table-list> </ options>;
DISPLAYOUT table-spec-list </ options>;
EFFECT name=effect-type(variables </ options>);
MODEL dependent = <effects> </ model-options>;
OUTPUT OUT=CAS-libref.data-table <keyword <=name>>…<keyword <=name>> </ options>;
PARTITION partition-options;
SELECTION <METHOD=method <(method-options)>><options>;
WEIGHT variable;
The PROC QTRSELECT statement and a single MODEL statement are required. All other statements are optional. The CLASS statement can appear multiple times. If a CLASS statement is specified, it must precede the MODEL statement.
The rest of this section provides detailed syntax information about each of the preceding statements, beginning with the PROC QTRSELECT statement. The remaining statements are described in alphabetical order.