Hi, I'm using the SAS VS Code extension (1.7.2) with Visual Code (1.87.2) to connect to a remote Linux SAS server (SAS 9.4M6) using an IOM connection (phew!).
However, with HTML5 output unchecked, when I submit SAS code from a simple *.sas file, I can see log output (e.g., from PROC SETINIT) but no list output (e.g., from PROC PRINT or SQL) even though the log shows the procedures ran fine.
With HTML5 output checked, I see no log/list output when code is submitted from a *.sas file.
And if I submit simple code (proc setinit; run;) with HTML5 output enabled from a SAS Notebook, not only is there no output, but the following error message is displayed (saw something similar in another post, but no solution was identified in post):
_____
Error: There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.
at Hx.onShellStdErr (c:\Users\myIDhere\.vscode\extensions\sas.sas-lsp-1.7.1\client\dist\node\extension.js:264:155)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
_____
So, any thoughts on what might be missing and causing this error and preventing output and log to be retrieved successfully?
Very neat extension, hope to get it running soon! 😀
Thanks!
tc
Btw, below is what profile looks like as well as successful SAS Integration Technologies test dropdown settings:
_____
"sas9IOM": { "username": "my ID here", "host": "my.server.com", "port": 8591, "sasOptions": [], "connectionType": "iom" },
_____
SAS Integration Technologies Configuration Wizard drop down options:
SAS Workspace Server IOM Bridge Credentials SASProprietary
... View more