For example, the following statements estimate the PRICE effect as an infinite distributed lag model with exponentially declining weights: proc arima data=a; identify var=sales crosscorr=price; ...
You can also difference and lag the input series. For example ... When nonstationary input series are used, you can fit the input variables first with no ARMA model for the errors and then consider ...