• Previous Page
  • |
  • Next Page
BY Statement
Previous Page | Next Page

The X12 Procedure

  • Overview
  • Getting Started Getting Started
    Basic Seasonal Adjustment
  • Syntax Procedure Syntax
    Functional Summary PROC X12 Statement ADJUST Statement ARIMA Statement AUTOMDL Statement BY Statement CHECK Statement ESTIMATE Statement EVENT Statement FORECAST Statement ID Statement IDENTIFY Statement INPUT Statement OUTLIER Statement OUTPUT Statement REGRESSION Statement TABLES Statement TRANSFORM Statement USERDEFINED Statement VAR Statement X11 Statement
  • Details Procedure Details
    Missing Values SAS Predefined Events Combined Test for the Presence of Identifiable Seasonality Computations Displayed Output, ODS Table Names, and OUTPUT Tablename Keywords Using Auxiliary Variables to Subset Output Data Sets ODS Graphics OUT= Data Set Special Data Sets
  • Examples Procedure Examples
    ARIMA Model Identification Model Estimation Seasonal Adjustment RegARIMA Automatic Model Selection Automatic Outlier Detection User-Defined Regressors MDLINFOIN= and MDLINFOOUT= Data Sets Setting Regression Parameters Illustration of ODS Graphics AUXDATA= Data Set
  • References
 
BY Statement
BY variables ;

A BY statement can be used with PROC X12 to obtain separate analyses on observations in groups defined by the BY variables. When a BY statement appears, the procedure expects the input DATA= data set to be sorted in order of the BY variables.

Previous Page | Next Page | Top of Page
Copyright © SAS Institute Inc. All rights reserved.
  • Previous Page
  • |
  • Next Page
  • |
  • Top of Page