BookmarkSubscribeRSS Feed
Edmu
Fluorite | Level 6

Hi all,

 

Because PROC TSMODEL runs on SAS Cloud Analytic Services (CAS), I need to use 'CAS', but I am looking for an example of how to set this up. Does anyone have a complete example of how to convert an ascii data set and then a connecting example with PROC TSMODEL.

 

Thank you very much in advance.

 

Edmu

1 REPLY 1
sbxkoenk
SAS Super FREQ

Hello,

 

Try this :

cas mySession sessopts=(caslib=casuser timeout=1800 locale="en_US");
caslib _all_ assign;
cas _all_ list;
libname mycas CAS caslib=casuser;

/* NOW INCLUDE FULL CODE THAT YOU FIND HERE: */
/* https://go.documentation.sas.com/doc/en/pgmsascdc/v_031/casecon/casecon_tsmodel_examples02.htm */
/* Econometrics Procedures -- The TSMODEL Procedure */
/* Example 25.2 User-Defined Program Statements     */

*cas mySession terminate; /* un-comment to terminate the CAS session                    */ 
                          /* , but you will no longer be able to look into CASLIBs then */
/* end of program */

Koen

 

SAS Innovate 2025: Call for Content

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!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 468 views
  • 0 likes
  • 2 in conversation