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
... View more