-
Notifications
You must be signed in to change notification settings - Fork 62
Description
When using an SSH remote connection with HTML5 results enabled, every SAS submission produces a new .htm file in the home directory on the remote server. In my case, I use the remote server for other activities and want to prevent these files from accumulating (and even if I didn't, it doesn't seem like good practice to fill up the home directory this way).
Describe the solution you'd like
It should be possible to configure where the HTML results are stored on the remote server.
Describe alternatives you've considered
I tried changing the saspath to a script that first cd's into a custom directory, but this doesn't work because the extension expects the results file in the home directory. The SSH commands used by the extension are not configurable. The only available option appears to be turning off the html5 output, creating a custom "run SAS file" task with preambles and postambles that direct the output to a different location, and loading the results file manually. This is unnecessarily complicated and doesn't make use of the integrated results pane.
Environment
SSH remote connection