Closed hqgu closed 1 year 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.
@hqgu - this feature is now available: https://www.youtube.com/watch?v=QkLVXZRgU-M
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 ?