PROC ARIMA Statement
- PROC ARIMA options;
The following options can be used in the PROC ARIMA statement:
- DATA= SAS-data-set
-
specifies the name of the SAS data set containing the time series.
If different DATA= specifications appear in the PROC ARIMA and
IDENTIFY statements, the one in the IDENTIFY statement is used.
If the DATA= option is not specified in either the PROC ARIMA
or IDENTIFY statement, the most recently created SAS data set is used.
- OUT= SAS-data-set
-
specifies a SAS data set to which the forecasts are output.
If different OUT= specifications appear in the PROC ARIMA and
FORECAST statement, the one in the FORECAST statement is used.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.