BookmarkSubscribeRSS Feed
Freppys
Calcite | Level 5

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?

2 REPLIES 2
Kurt_Bremser
Super User

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.

Doc_Duke
Rhodochrosite | Level 12

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.

sas-innovate-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.

Register now!

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 2117 views
  • 0 likes
  • 3 in conversation