BookmarkSubscribeRSS Feed
Havi
Obsidian | Level 7


Hi Guys

Please help. I have the following error when running my proc means:

.

ERROR: PROC MEANS was terminated prematurely due to a memory shortage. Adjusting MEMSIZE and/or SUMSIZE may allow normal processing

       to complete.

ERROR: The SAS System stopped processing this step because of insufficient memory.

How do I resolve this?

Thanks!!

3 REPLIES 3
umashankersaini
Quartz | Level 8

Hi

Set the SAS System option SUMSIZE=Maximum.

it would help to run the proc means

if still not ,then need to increase the MEMSIZE or REALMEMSIZE .

Regards

Uma Shanker Saini

ballardw
Super User

Are you using lots of class variables and analysis variables? If so you might consider controlling which combinations are being used. Also, if this is generating large tables you may look into sending the output to a dataset instead of the results window as  the displays in memory can eat a lot of resources.

Peter_C
Rhodochrosite | Level 12

Please post the syntax which fails and a hint of the number of obs on the input table

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