Syntax: PRINQUAL Procedure

The following statements are available in PROC PRINQUAL.

PROC PRINQUAL <options> ;
TRANSFORM transform(variables </ t-options>)
<transform(variables </ t-options>) ...> ;
ID variables ;
FREQ variable ;
WEIGHT variable ;
BY variables ;

To use PROC PRINQUAL, you need the PROC PRINQUAL and TRANSFORM statements. You can abbreviate all options and t-options to their first three letters. This is a special feature of PROC PRINQUAL and is not generally true of other SAS/STAT procedures.

The rest of this section provides detailed syntax information about each of the preceding statements, beginning with the PROC PRINQUAL statement. The remaining statements are described in alphabetical order.