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. COMPHISTOGRAM options used to control the appearance of traditional graphics are ignored for ODS Graphics output.

When ODS Graphics is in effect, the COMPHISTOGRAM 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.16.

Table 5.16 ODS Graphics Produced by the COMPHISTOGRAM Statement

ODS Graph Name

Plot Description

Histogram

comparative histogram

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