I am trying to run the code associated with the example in this SAS Help Center: Simple Forecast of Time Series
I keep getting an error but SAS does not indicate precisely what the error is.
Here is a screenshot of my code and the error messaging after running the code:
Note that the only difference between my code and the code in the example is the fact that my cas library is mycaslib rather than mycas and I have removed the last few lines where the tables are fetched due to the error which occurs beforehand.
I was wondering if i could get some guidance on correcting this error?