Previous Page | Next Page

The PARETO Procedure

ODS Graphics

To produce ODS Graphics output you must specify the ODS GRAPHICS statement prior to the PROC PARETO statement. For more information about the ODS GRAPHICS statement, see Chapter 21, Statistical Graphics Using ODS (SAS/STAT 9.22 User's Guide).

The appearance of a graph produced with ODS Graphics is determined by the style associated with the ODS destination where the graph is produced. HBAR and VBAR statement options used to control the appearance of traditional graphics are ignored for ODS Graphics output.

When ODS Graphics is in effect, the PARETO procedure assigns a name to graphs it creates. You can use this name to reference the graph when using ODS. The name is listed in Table 11.7.

Table 11.7 ODS Graphics Produced by the PARETO Procedure

ODS Graph Name

Plot Description

ParetoChart

Pareto chart

See Chapter 3, SAS/QC Graphics, for more information about ODS Graphics and other methods for producing charts.

Previous Page | Next Page | Top of Page