Automatic Graphics from SAS Analytical Procedures

With SAS 9.2, users can generate ODS graphs automatically from analytical procedures, which can produce the graphs along with the tabular data. These graphs can be produced automatically by turning on ODS Graphics using the following statement:
ods graphics on </ options>;
After ODS Graphics is switched on, the graphs defined as part of any procedure's output are written to the active ODS destinations. Users can control the specific graphs produced by using the PLOTS= options on the procedure statement or by using the ODS SELECT and ODS EXCLUDE statements. For more information, see the primer and syntax sections in the discussion of statistical graphics using ODS in the SAS/STAT User's Guide.