sasjs / vscode-extension

SAS Linting, Syntax Highlighting, and Code Execution from VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=SASjs.sasjs-for-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this possible to see the results in txt or html format ? How to change the setting for it.

hqgu opened this issue · comments

commented

I tried SASjs for a while. It seems that the results from SAS were not shown in VScode. Is this possible to see the results in txt or HTML format? How to change the setting for it ?

Hi @hqgu - thanks for the feedback. SASjs is geared towards Application Development on SAS Platforms. In this manner, we DO plan to support streaming of the contents of the _webout fileref - but we don't plan to support regular output destinations.

For that, I would recommend the official SAS extension.

If you're happy to use the _webout destination, but don't want to wait, then I suggest using the SASjs CLI (https://github.com/sasjs/cli) to make requests - ie:

sasjs run
sasjs job execute
sasjs request

If you're keen to see _webout available as part of the extension, we're open to pull requests or sponsorship! We're a small team so we depend on projects / Data Controller subscriptions / direct contributions to fund development.