I'm trying to design a multivariate time series model using proc autoreg. However, being new to SAS and having gone through the documentation of SAS, I'm having a hard time understanding if there's something similar to .fit & .predict step, like in python. For example, if I want my model to fit on 500 rows of data and I want it to predict for the next 'n' time steps, how is that to be achieved, using proc autoreg.
... View more