BookmarkSubscribeRSS Feed
VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

I would like to play around with CAS using SAS studio through SAS ondemand.

how can I make a connection via the OnDemand SAS studio to a CAS host.

 

this is the snippets of code I believe I need to run what changes do I need to make and what would be the values or strings for those changes?


options cashost="<cas server name>" casport=<port number>;
cas;

cas mySession sessopts=(caslib=casuser timeout=1800 locale="en_US");

 

 

2 REPLIES 2
SASKiwi
PROC Star

You can use SAS Viya for Learners to experiment with Viya. I suspect that would include SAS Studio as the user interface. Have you tried it?

VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

I found what I think is the trial Viya version at this link https://www.sas.com/en_us/trials.html and I summited the request form and still waiting for an email to obtain the trial version link.

Thank you @SASKiwi