The short answer to your question: there is no "score" functionality in PROC ARIMA. You will always need to re-estimate based on the history data.
That said, you can use the IDENTIFY statement to determine the p,d,q based on one time series. Then, use this pre-determined p,d,q to ESTIMATE and FORECAST a new set of time series. Hope this answer your question.
... View more