The PROC ARIMA goes through 3 steps of IDENTIFY, ESTIMATE and FORECAST. They are all related to the input time series. Assume the ARIMA model will use additional input variables to forecast a target variable. Now I would like to apply the model results to a new time series. The new time series contains those input variables (with values) and the target variable (with values) in the historical part and only the input variables (with values) in the future part. How can I score/forecast the target variable in the future part of the new time series ?