Previous Page | Next Page

The ANOM Procedure

ODS Graphics

To produce ODS Graphics output you must specify the ODS GRAPHICS statement prior to the PROC ANOM 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. UCHART options used to control the appearance of traditional graphics are ignored for ODS Graphics output. Options for Producing Graphs Using ODS Styles lists options that can be used to control the appearance of graphs produced with ODS Graphics or with traditional graphics using ODS styles. Options for ODS Graphics lists options to be used exclusively with ODS Graphics. Detailed descriptions of these options are provided in Dictionary of Options.

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

Table 4.19 ODS Graphics Produced by the UCHART Statement

ODS Graph Name

Plot Description

UChart

ANOM 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