SAS Institute. The Power to Know

SAS/QC(R) 9.2 User's Guide


PROC ANOM and General Statements

Syntax Overview for the ANOM Procedure

The following are the primary statements that control the ANOM procedure:

PROC ANOM < options > ;
XCHART (responses)/*group-variable < (block-variables) > < =symbol-variable > < / options >;
PCHART (responses)/*group-variable < (block-variables) > < =symbol-variable > < / options >;
UCHART (responses)/*group-variable < (block-variables) > < =symbol-variable > < / options >;
BOXCHART (responses)/*group-variable < (block-variables) > < =symbol-variable > < / options >;
INSET keyword-list < / options >;

The PROC ANOM statement invokes the procedure and specifies the input data set. The chart statements create different types of charts. You can specify one or more of each of the chart statements. For details, read the chapter on the chart statement that corresponds to the type of chart that you want to produce.


BY and ID Statements

Graphical Enhancement Statements