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

 

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!
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
  • 351 views
  • 0 likes
  • 2 in conversation