I am having the exact same issue. It’s happening frequent but can't say it happening regularly. I kind of find one link but not yet tested. The link seems to be for the SAS9.4M2. I am running SAS9.04.01M4 in Windows 7, 64bit so not sure if it works for me. http://support.sas.com/kb/54/246.html You may also want to clean your residual temp datasets hanging out in temp directory gulping hard drive space. As I read when SAS terminates properly it deletes its all temp datasets but not so when it terminates with an error. Here is one of the ways to check your work directory. %let work_path=%sysfunc(pathname(work)); %put &work_path ; HTH, APU_007
... View more