The ARIMA procedure uses the following statements:
PROC ARIMA options;
BY variables;
IDENTIFY VAR=variable <options>;
ESTIMATE options;
OUTLIER options;
FORECAST options;
The PROC ARIMA and IDENTIFY statements are required.