sasjs / vscode-extension

SAS Linting, Syntax Highlighting, and Code Execution from VS Code
https://marketplace.visualstudio.com/items?itemName=SASjs.sasjs-for-vscode
MIT License
23 stars 4 forks source link

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

Closed hqgu closed 1 year ago

hqgu commented 2 years ago

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 ?

allanbowe commented 2 years ago

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.

allanbowe commented 1 year ago

@hqgu - this feature is now available: https://www.youtube.com/watch?v=QkLVXZRgU-M