BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
chinna0369
Pyrite | Level 9

HI,

 

I am working on a dataset and it has 181311 records when I am creating records from raw data it was fine but when I set all datasets and sorting them then it is taking more time to run and after couple of datasets I am getting error as nodisk space available. I don't understand the issue? What might be the issue and is there any solution for this?  I am using options compress=yes also. And I am also deleting unnecessary datasets from work library as well.  Any help and inputs are appreciated. 

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
Astounding
PROC Star
Also, run PROC CONTENTS to check whether you have silly lengths for your variables. For example, are all variables defined as $200?

View solution in original post

3 REPLIES 3
SASKiwi
PROC Star

Where does your SAS code run? If it is on a remote SAS server which is shared with other users then it could be the problem is with too many users competing for too little disk space. I suggest you talk to your SAS administrator looking after the remote SAS server and tell him your concerns.

 

If you are running SAS on your own computer, then you need to check how much spare disk space you have and remove any files you no longer want. It's pretty easy to fill up a computer drive without realising it.

Astounding
PROC Star
Also, run PROC CONTENTS to check whether you have silly lengths for your variables. For example, are all variables defined as $200?
chinna0369
Pyrite | Level 9
Yes, the issue is because of the raw data variables which is messy, I think. Now I have kept only variables which I am using, and I am able to run quickly without any lag. Thanks!

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

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
  • 3 replies
  • 269 views
  • 4 likes
  • 3 in conversation