Hello,
I am currently testing some new code which requires me to re-run a chunk of proc sql codes several times in a couple of hours.
What Ive found is that after the second time of running a code within 10 minutes, all my files in the Work library is empty.
After some investigation, Ive found that in my temp SAS folder, SAS has been making a new _TD directory everytime i rerun the code.
Does anyone know whay this is happening? Any way i can force SAS to use the one temp library?
Thanks
Are you running this in batch? Or some other way?
How are you running your code?
You can temporarily create a USER library and by default SAS will automatically use that as the 'WORK' library.
If you want data to persist across SAS sessions then you want a a permanent library and assume responsibility for cleaning out "temporary" data when no longer needed. Then you need to make sure the permanent library is available in the new session or after reconnect to any server involved.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.