Running SAS code on SAS 9.4 for z/OS using SSH #1790
Unanswered
gcarrier87
asked this question in
Q&A
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.
-
Hello,
I would like to know if anyone has ever tried to use this extension to run SAS code using the SSH connection method to reach SAS 9.4 on z/OS.
I did a try, directing the extension to use the spawner.sh script that is used by my SAS/Connect Spawner on z/OS. It works to a certain point. When I clic on the SAS icon to execute a program, the script is executing correctly, I can see from VSCode OUTPUT window that SAS starts executing, I can even see the NEWS banner. The problem is that the SAS code itself is not executing. A "Connecting to SAS session..." window remains in the lower right corner, even though I did provided my password to connect to SSH on z/OS and it looks like it is never ending, possibly waiting for input.
I am attaching a file that shows the content of the VSCode OUTPUT.
SAS zOS OUTPUT from VSCode.txt
I would be glad to have any idea that could help me make this works!
Beta Was this translation helpful? Give feedback.
All reactions