BookmarkSubscribeRSS Feed
NikitaTovey
Fluorite | Level 6

I keep getting this error when I submit the following code: 

ERROR: Out of space writing to file /tmp/SAS_workC9B00000087C_localhost.localdomain/#LN00053

 

Code: 

libname cdphe "/folders/myfolders/EPID 6626 - Research Methods/CDPHE Data" access=readonly;

libname lab "/folders/myfolders/EPID 6626 - Research Methods/LabAnalyticDatasets";

proc contents data=cdphe.epid6626_labdata;
run;

 

I am using SAS Studio 

1 REPLY 1
Reeza
Super User
UE has some usage limits, 20GB I think. If you've had a few crashes in your system while working with big data sets you'll need to reinstall SAS UE again. Do not delete your myfolders, you can reconnect it and be fine without losing any data, though you will lose any preferences or things saved in Snippets.

If you're working with large files in UE, set your cores to the max (2) and set your Memory as much as you'd like to...and re-direct your work library to your myfolders. You should be able to find prior posts where I've included instructions on how to do this.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1059 views
  • 0 likes
  • 2 in conversation