SAS connections / sessions distinct per VSCode run #1793
ericlecoutre
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working with three different SAS servers - let say DEV/ACCEPTANCE/PROD, all SAS9.4 - Windows servers
Launching a first VScode, establish a connection to one of the SAS server, I can successfully submit code.
Now that would be very convenient to be able to launch a second distinct session with a separate SAS connection while code is running on first server. I observed though that when I launch a second VSCode and connect to second SAS server, connection also change on first VSCode window - which is not convenient. My code is still running but I won't be able to retrieve logs (well: options for that as I can redirect log) or do some other operations, especially continuing submitting further code if I want to run step by step.
Is there a possibility to do that? Is this normal behavior that SAS connection are shared across all VSCode windows?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions