Replies: 4 comments 3 replies
-
Hey @tataphani, so where is SAS that you are going to try to connect to, and what kind of deployment is it? See here to know which saspy access method can be used depending upon the SAS deployment and the client location. You mention student edition, was that University Edition; a VM on your local machine? The replacement for University Edition, is SAS On Demand for Academics (SAS/ODA). If that's what you are going to connect to, the configuration instructions are here. If you're connecting to a SAS sever in your office, then how you configure that depends on how it's deployed; stand alone, or as a workspace server. So, knowing what kind of SAS server you're connecting to, and where it's located, is the first thing to understand. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for quick answer , I am not allowed to SAS for this personnel presentation . SO I am using SAS/ODA and google Collab to connect to it . The instructions given at this page https://support.sas.com/ondemand/saspy.html are also true for connecting it to Collab ? reading on the web How to run SAS in Google Colab import saspy is this enough ? %%SAS sas magic does not work so you can use sas.submitLST( ) like below. |
Beta Was this translation helpful? Give feedback.
-
Does SAS session has to be logged in always ? |
Beta Was this translation helpful? Give feedback.
-
As far as the SAS server (Workspace server) you're connecting to, I believe it has an inactivity timeout setting at 3 hours. It will disconnect after not being used. Then you would need to log in to a new server. There may be other constraints on the ODA system too, that I'm not familiar with. How long the Colab session stays active is another thing, and I don't know about that. But if your Python session times out and you have to restart it (or you restart it yourself), then, of course, your connection to a server is gone and you would have to establish a new one too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hello all,
I think you got this questions earlier too, but I could not find right answer . I am SAS user and I want to learn Python . So saspy is answer . But to use it where and how I can use it . I do not have access to SAS on local machine , student edition is out as of 02/03/2022 . when working on my office laptop ( behind VPN ) google collab seems to solution for my need . Can you walk me through the steps please . Working on a presentation to show my collogues about the SASPy
Beta Was this translation helpful? Give feedback.
All reactions