Hi,
I have big data on an shared drive on the server. 15GB dataset.
When I am running it I am receiving following:
Disk Full:
Out of Resources.
R Retry,
N. Tell procedure/DATA step no more resources.
C. Cancel Submitted Statements.
T.Terminate SAS.
Also
ERROR: Insufficient space in file WORK....
ERROR : Failure while merging sorted runs from utility file 1 to final output.
ERROR: Failure encountered during external sort.
ERROR: File WORK.ALL_EDATUM.DATA is damaged. I/O processing did not complete.
The shared network disk has 12 GB left available.
Is this why I receive the errors? Should I increase the size maybe?
Why does this happend though? I mean does it use x amount of space when I run the datacode?
You get that error in your WORK location, so you need to check there.
For further help, please post the log of the failing step, using the {i} button.
You probably need to look at some coding efficiency activities. For instance, using TAGSORT takes lot less disk space than a regular sort. You may also want to explicitly delete work files and, when possible, use the KEEP option so the procedures minimize the data they have to carry.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.