The X12 Procedure

Example 38.10 Illustration of ODS Graphics

This example illustrates the use of ODS Graphics. Using the same data set as in the section Basic Seasonal Adjustment and the previous examples, a spectral plot of the original series is displayed in Output 38.10.1.

The graphical displays are available when ODS Graphics is enabled. For specific information about the graphics available in the X12 procedure, see the section ODS Graphics.

proc x12 data=sales date=date;
   var sales;
run;

Output 38.10.1: Spectral Plot for Original Data

Spectral Plot for Original Data