Previous Page | Next Page

The CAPABILITY Procedure

ODS Graphics

To produce ODS Graphics output you must specify the ODS GRAPHICS statement prior to the PROC CAPABILITY 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. PPPLOT options used to control the appearance of traditional graphics are ignored for ODS Graphics output.

When ODS Graphics is in effect, the PPPLOT statement assigns a name to the graph it creates. You can use this name to reference the graph when using ODS. The name is listed in Table 5.58.

Table 5.58 ODS Graphics Produced by the PPPLOT Statement

ODS Graph Name

Plot Description

PPPlot

P-P plot

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