Syntax
The syntax for the PARETO procedure is as follows:
- PROC PARETO < options >;
- VBAR (variable-list) < / options > ;
HBAR (variable-list) < / options > ;
INSET (keyword-list) < / options > ;
< BY variables ; >
You must specify the PROC PARETO statement and at least
one VBAR or HBAR statement (also referred to as chart statements).
All other statements, such as INSET, TITLE and BY statements,
are optional.
If you specify two or more variables in a chart
statement, they must be enclosed in parentheses.
You can use multiple chart statements with one PROC PARETO statement.
An INSET statement must immediately follow a chart statement.
It produces an inset displaying information on the chart
created by the chart statement it follows.
For details on the VBAR, HBAR or INSET statement, read the chapter
on that statement.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.