Hi,
I got the following error message when I tried to practice SAS Viya in SAS Studio:
My code:
/*Start a session named mySession using the existing CAS server connection.*/
cas MySession sessopts=(caslib=casuser locale="en_US");
ERROR: The request to start or connect to a session failed. Specify a UUID to connect to an existing session or specify a session name, port, and host name to start a sesseion.
My question is, what session name, host, and port I can use for practice purposes?
Are cashost=cloud.example.com and casport=5570 available to everyone to use, and free?
The existing CAS server connection written in the comment from the snippet, what is it?
Thanks
If you sign up for a 30 day free trial, you'll be able to run SAS Viya for Learners that way, I don't think an edu address is required.
SAS Learning Subscription Free Trial | SAS
I'm currently going through the SAS documentation from External Learning in the SAS Viya e-course. My lab hours ran out. So I am trying to run it in SAS Studio.
I guess I am running SAS Studio in SAS 9.4? I doubt it Viya is available to me.
The link doesn't work for me since I don't have an university email.
Run this in SAS Studio to confirm what SAS products and version you are using:
proc product_status;
run;
Got a pretty long list, Base SAS, SAS/STAT, SAS/GRAPH, SAS/ETS, etc. Do not see Viya in the list.
The versions are either 9.4 or 15.2
Yep, that's 9.4.
If you sign up for a 30 day free trial, you'll be able to run SAS Viya for Learners that way, I don't think an edu address is required.
SAS Learning Subscription Free Trial | SAS
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!