Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The PRINQUAL Procedure

Syntax

The following statements are available in PROC PRINQUAL.

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

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 for each of the preceding statements, beginning with the PROC PRINQUAL statement. The remaining statements are described in alphabetical order.


PROC PRINQUAL Statement

BY Statement

FREQ Statement

ID Statement

TRANSFORM Statement

WEIGHT Statement

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.