I know how to make datasets and other files in sas work persistant if I have control over the code that is executed on the sas server. Actually this is described in an article that I found, when I was searching for a problem solution: https://communities.sas.com/t5/SAS-Procedures/save-work-file-in-a-permanent-folder/td-p/46339 I'm an administrator of a sas server that executes sas code that is dynamically generated in a web service outside sas. So there is no way for me to inject sas code that copies files from work to a persistant data location. I still have the need to see what is contained in the temporary files for debugging and analysis. Is there a way to tell sas on a configuration level to keep files in work or copy it to a persistant data location, so that I have access to it after the sas session has ended? Solutions and ideas for solutions are welcome. Thanks in advance Roland
... View more