BookmarkSubscribeRSS Feed
William29
Calcite | Level 5

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: 

ERROR: (castide)
ERROR: Action set 'castide' was not loaded due to errors.
ERROR: The action stopped due to errors.
ERROR: Unable to load action set castide.

 

 

I have some screenshots below detailing the error message and my code: 

 

William29_0-1688346751709.pngWilliam29_1-1688346792445.png

William29_2-1688346838288.pngWilliam29_3-1688346865054.png

Any help with how to resolve this error would be much appreciated.

4 REPLIES 4
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

William29
Calcite | Level 5

I ran that code and I found the following:

 

1110CRSFORECAST Action Set for Simple Forecasts12830Dec2023:00:00:0023374000

 

1055FORECAST Forecasting Procedures030Dec2023:00:00:0023374000

 

What does this mean?

William29
Calcite | Level 5
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

This is formatted better in the message below
What does this mean?
sbxkoenk
SAS Super FREQ

Not sure.

I would ask SAS Technical Support in your country.
Or contact the SAS account manager dealing with your company.

Koen

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
Multiple Linear Regression in SAS

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.

Discussion stats
  • 4 replies
  • 982 views
  • 0 likes
  • 2 in conversation