BookmarkSubscribeRSS Feed
newbie
Calcite | Level 5

I have a very huge dataset with 23 column varibales.When using proc sort(with 13 varibales being mentioned as the by variables) options it takes more time to execute so tried using hash thinking it would be more efficient but the issue is, it errors out with a messgae something like "hash object has insuficient memory. aborted during the execution phase" .Could anyone help me to resolve this problem?.. If hashing is not the best approach for sorting then could anyone suggest me someother technique in place of proc sort.

Thanks.

Ken

2 REPLIES 2
art297
Opal | Level 21

Some questions:

  1. how many records do you have?

  2. what operating system are you using

  3. what version of SAS are you using

  4. why do you need to sort by 13 variables?

  5. what do you plan to do with the data?

Tom
Super User Tom
Super User

Hard to make a good diagnosis without more information, but it sounds more like a problem for PROC SUMMARY.  You can use CLASS statement and generate summaries for many combinations in a single pass.

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

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
  • 1300 views
  • 0 likes
  • 3 in conversation