Automatic Graphics from SAS Analytical Procedures

In SAS 9.2 and later releases, users can generate ODS graphs automatically from SAS analytical procedures, which can produce the graphs along with the tabular data. These graphs can be produced automatically by enabling ODS Graphics using the following statement:
ods graphics on </ options>;
After ODS Graphics is enabled, 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.
The procedures that support ODS graphics are listed in the following table.
Product
Procedure Name
Procedure Description
Base SAS
CORR
FREQ
UNIVARIATE
See Base SAS Procedures Guide: Statistical Procedures.
SAS/ETS
ARIMA    SIMILARITY
AUTOREG SYSLIN
ENTROPY TIMESERIES
ESM UCM
EXPAND VARMAX
MODEL X12
PANEL
See SAS/ETS User's Guide.
SAS/HPF
HPF
HPFENGINE
See SAS High-Performance Forecasting: User's Guide.
SAS/QC
ANOM     PARETO
CAPABILITY RELIABILITY
CUSUM SHEWHART
MACONTROL
See SAS/QC User's Guide.
SAS Risk Dimension
RISK
See SAS Risk Dimensions: Procedures Guide.
SAS/STAT
ANOVA    LIFEREG    PROBIT
BOXPLOT LIFETEST QUANTREG
CALIS LOESS REG
CLUSTER LOGISTIC ROBUSTREG
CORRESP MCMC RSREG
FACTOR MDS SEQDESIGN
FREQ MI SEQTEST
GAM MIXED SIM2D
GENMOD MULTTEST TCALIS
GLIMMIX NPAR1WAY TRANSREG
GLM PHREG TTEST
GLMSELECT PLS VARIOGRAM
KDE PRINCOMP
KRIGE2D PRINQUAL
See the primer and syntax sections in the discussion of statistical graphics using ODS in SAS Graph Template Language: Reference.