FORECAST Statement
FORECAST <options> ;
The FORECAST statement specifies an output data set to store the estimates of the model components and series forecasts.
ALPHA=number

specifies the significance level of the forecast confidence intervals. For example, ALPHA=0.05, which is the default, results in a 95% confidence interval.

OUT=SAS-data-set

specifies an output data set for the forecasts. The output data set contains the ID variable (if specified), the response variables, the one-step-ahead and out-of-sample response variable forecasts, the forecast confidence intervals, the smoothed values of the response series, and the one-step-ahead and smoothed estimates of the model components—including expressions defined by using the EVAL statement. See the section OUT= Data Set for more information.


Note: This procedure is experimental.