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 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!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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