The PARTITION Procedure
Syntax: PARTITION Procedure
The following statements are available in the PARTITION procedure:
PROC PARTITION <options>;
BY variable <variable …variable>;
DISPLAY <table-list> </options>;
DISPLAYOUT table-spec-list </options>;
FREQ variable;
OUTPUT OUT=CAS-libref.data-table <options>;
TARGET variable </ LEVEL=NOMINAL | INTERVAL>;
The BY statement is required for stratified sampling and oversampling. The OUTPUT statement is required for all sampling methods. The FREQ statement is supported in simple random sampling, stratified sampling, and oversampling.