SAS/STAT 9.1 Users Guide, Volumes 1-7

Procedures Supporting ODS Graphics

The following SAS procedures support ODS Graphics in SAS 9.1:

Base SAS

SAS/STAT

*

CORR

*

ANOVA

SAS/ETS

*

CORRESP

   

*

GAM

*

ARIMA

*

GENMOD

*

AUTOREG

*

GLM

*

ENTROPY

*

KDE

*

EXPAND

*

LIFETEST

*

MODEL

*

LOESS

*

SYSLIN

*

LOGISTIC

*

TIMESERIES

*

MI

*

UCM

*

MIXED

*

VARMAX

*

PHREG

*

X12

*

PRINCOMP

SAS High-Performance Forecasting

*

PRINQUAL

   

*

REG

*

HPF

*

ROBUSTREG

For details on the specific graphs available with a particular procedure, see the 'ODS Graphics' section in the corresponding procedure chapter.

Operating Environments Supporting ODS Graphics

The following operating systems are supported:

For information specific to an operating system, refer to the SAS Companion for that operating system.

Creating ODS Graphics in z/OS

Creating ODS Graphics with the z/OS (OS/390) operating system requires the following to be configured by your System Administrator:

For more information, refer to the sections 'Installing UNIX File System Components' and 'Configuring SAS Software for Use with the Java Platform' of the SAS System Configuration Guide .

In addition, when you specify an ODS HTML destination you must specify the PATH= or GPATH= option with a valid UNIX directory.

ODS GRAPHICS Statement

The basic syntax for enabling ODS Graphics is

ods graphics on;

You specify this statement prior to your procedure statements, as illustrated in the 'Using the ODS GRAPHICS Statement' section on page 321. Any procedure that supports ODS Graphics then produces graphics, either by default or when you specify procedure options for requesting particular graphs.

To disable ODS Graphics, specify

ods graphics off;

The following is a summary of the ODS GRAPHICS statement syntax. You can find the complete syntax in the section ODS Graphics Statement in the 'Dictionary of ODS Language Statements' ( SAS Output Delivery System User's Guide ).

Syntax

Options

ANTIALIAS NOANTIALIAS

ANTIALIAS = ON OFF

IMAGEFMT = < image-file-type STATIC STATICMAP >

IMAGENAME = < file- name >

RESET

Label Collision Avoidance

Label collision avoidance is supported in ODS Graphics by an algorithm which positions point labels so that label overlap is minimized. However, if the number of data labels is greater than 100, the labels are displayed at fixed positions and collision avoidance is not attempted.

Label collision avoidance is illustrated in Figure 15.17, which is a scatter plot taken from Example 24.3 in Chapter 24, 'The CORRESP Procedure.'

Figure 15.17: Label Collision Avoidance

Категории