BookmarkSubscribeRSS Feed
mstjean
Fluorite | Level 6

How should I go about to resolving the below error:

 

Insufficient space in file WORK.CONSOLIDATEDEXTRACT.DATA. ERROR: File WORK.CONSOLIDATEDEXTRAC

 

Many thanks

4 REPLIES 4
ChrisNZ
Tourmaline | Level 20

 

The message is clear: You don't have enough disk space.

 

Your options are numerous and include: delete files on the disk, compress your datasets, remove unneeded datasets from the WORK library, remove unneeded variables and observations from the data set.

 

As you don't give any context, it's hard to tell you more. If this is a proc sort, you could possibly use the TAGSORT option.

 

Kurt_Bremser
Super User
The context is important. Does it happen in a data step, the SQL procedure, a SORT or any other procedure that creates a dataset.
So please post the complete log of that step, including all code and all messages.
Sajid01
Meteorite | Level 14

Hello @mstjean 
Agreeing with what all others have said, I have seen this occur for various reason.
Whenever you have this error, do contact you SAS Administrator

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 4 replies
  • 1248 views
  • 2 likes
  • 5 in conversation