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
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.