BookmarkSubscribeRSS Feed
WestChan
Fluorite | Level 6

 

 

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

3 REPLIES 3
Reeza
Super User

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.

LinusH
Tourmaline | Level 20
If you need to reconnect to the workspace server for some reason, your saswork library will lost.
Data never sleeps
ballardw
Super User

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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1775 views
  • 0 likes
  • 4 in conversation