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!!
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
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.
Please post the syntax which fails and a hint of the number of obs on the input table
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.