I am trying to run a time series model (exponential smoothing) using the TSmodel procedure.
I first imported the data set and then used the forecasting tool which can be found under SAS viya forecasting: Time series Modeling-> Modeling and forecasting. When I run the code I get the following error:
I have some screenshots below detailing the error message and my code:
Any help with how to resolve this error would be much appreciated.
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
I ran that code and I found the following:
1110 | CRSFORECAST Action Set for Simple Forecasts | 128 | 30Dec2023:00:00:00 | 23374 | 0 | 0 | 0 |
1055 | FORECAST Forecasting Procedures | 0 | 30Dec2023:00:00:00 | 23374 | 0 | 0 | 0 |
What does this mean?
Not sure.
I would ask SAS Technical Support in your country.
Or contact the SAS account manager dealing with your company.
Koen
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.