Hello SAS Community! My SAS program seems to always save my html output to the folder outside of SAS which contains my program. Over time these html files accumulate and become a nuisance, overcrowding my folders. I would really like to stop SAS from exporting these html files, while keeping my ability to view the html results in SAS as I am running my procedures. Currently, I use the following code to clear out my html output files: ODS HTML CLOSE; ODS HTML; I think this may have inadvertantly caused the issue. I can go into my results preferences and paste a destination path for the output to be sent to, however, I don't want to have to do that everytime I open SAS. I would prefer to just use some code that prevents SAS from exporting the files. Any help would be greatly appreciated! Thanks! Ryan
... View more