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:
processes your data by using one or more classification variables, and produces a separate graph for each unique combination of values.
associates SAS formats or user-defined formats with variables.
adds footnotes to your graphs.
associates descriptive labels with variables.
enables you manage the settings for your graphics output.
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.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.