Previous Page | Next Page

What’s New in SAS/ETS

Overview

Many SAS/ETS procedures now produce graphical output using the SAS Output Delivery System. This output is produced when you turn on ODS graphics with the following ODS statement:

   ods graphics on;

Several procedures now support the PLOTS= option to control the graphical output produced. (See the chapters for individual SAS/ETS procedures for details on the plots supported.)

With SAS 9.2, SAS/ETS offers three new modules:

  • The new ESM procedure provides forecasting using exponential smoothing models with optimized smoothing weights.

  • The SASEHAVR interface engine is now production and available to Windows users for accessing economic and financial data residing in a HAVER ANALYTICS Data Link Express (DLX) database.

  • The new SIMILARITY (experimental) procedure provides similarity analysis of time series data.

New features have been added to the following SAS/ETS components:

  • PROC AUTOREG

  • PROC COUNTREG

  • PROC DATASOURCE

  • PROC MODEL

  • PROC PANEL

  • PROC QLIM

  • SASECRSP Interface Engine

  • SASEFAME Interface Engine

  • SASEHAVR Interface Engine

  • PROC UCM

  • PROC VARMAX

  • PROC X12

Previous Page | Next Page | Top of Page