BookmarkSubscribeRSS Feed
William29
Calcite | Level 5

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:

 

William29_0-1688343245562.png

 

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?

1 REPLY 1
sbxkoenk
SAS Super FREQ

How to find release and licensing information in SAS Viya?
By Rick Wicklin on The DO Loop February 28, 2022
https://blogs.sas.com/content/iml/2022/02/28/release-license-sas-viya.html

 

Please submit :
===========
cas; /* connect to CAS session */
proc cas;
     getLicensedProductInfo;
quit;
===========

 

... and check the output for terms like "Forecasting" and "Time Series".

 

Do you have any entries?

 

Koen