Previous Page | Next Page

SAS/GRAPH Statements That Are Used with Statistical Graphics Procedures

Overview of SAS/GRAPH Statements That Are Used with Statistical Graphics Procedures

SAS/GRAPH Statistical Graphics Procedures support these statements in addition to statements that are unique to each procedure:

BY

processes your data by using one or more classification variables, and produces a separate graph for each unique combination of values.

FORMAT

associates SAS formats or user-defined formats with variables.

FOOTNOTE

adds footnotes to your graphs.

LABEL

associates descriptive labels with variables.

ODS GRAPHICS

enables you manage the settings for your graphics output.

TITLE

adds titles to your graphs.

The ODS GRAPHICS, TITLE, and FOOTNOTE statements are global statements. That is, they can be specified anywhere in your program and they remain in effect until you explicitly cancel or change them. The BY, FORMAT, and LABEL statements are associated with a specific procedure step.

Note:   Some of the statements that can be used with traditional SAS/GRAPH procedures are not used with statistical graphics procedures.  [cautionend]

Previous Page | Next Page | Top of Page