The OUTPUT statement creates an output SAS data set as specified by the following options:
-
OUT=SAS-data-set
-
names the output SAS data set to contain the predicted and transformed values. If the OUT= option is not specified, the new
data set is named according to the DATAn convention.
-
PREDICTED=name
P=name
-
writes the predicted values to the output data set.
-
RESIDUAL=name
R=name
-
writes the residuals from the predicted values based on both the structural and time series parts of the model to the output data set.