Replies: 1 comment
-
saspy supports connecting to SAS locally as well as remotely. To various kinds of deployments, from a simple install, to a Production deployment with workspace servers and metadata, to Viya, either V3 or V4 in the cloud. It has different access methods for the various kinds of deployments. There's a 'chart', sorta, that shows you which one you can use depending upon SAS and where your client is, here in the doc: https://sassoftware.github.io/saspy/install.html#choosing-an-access-method I guess the other thing you might be asking is if you are connected locally, can you submit those rsubmit (SAS/Connect?) from that session to then go run somewhere else? Yes, you can do that too. Again, obviously, you have to be able to connect from the local SAS you're connect to to that remote one, but that's already the case. That's just SAS code at that point; saspy wouldn't know about it. Is that the question? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know where to ask this (I'd normally go with StackOverflow but it seems that isn't in the cards here).
If I have a SAS script which establishes certain commands to be
rsubmit
ted to a remote server, is there an analogous way to do this in SASpy, or does the library only support, currently, local submissions?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions