BookmarkSubscribeRSS Feed
damanaulakh88
Obsidian | Level 7

Hi,

I am executing a job in SAS and it is throwing the below error:-

“ERROR: Hash object added 28311536 items when memory failure occurred.

FATAL: Insufficient memory to execute DATA step program. Aborted during the EXECUTION phase.

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



Not able to figure out the correct cause for this issue as i don't think there is memory problem on our server.


What can be the reason for this exit


Thanks in Advance

1 REPLY 1
AhmedAl_Attar
Rhodochrosite | Level 12

The issue is not related to the memory on your server, but rather to the amount of memory allocated for the SAS process!

run the following code, to see how much memory was allocated to your SAS session.

Proc Options group=memory; run;

Look for the memsize option

Ahmed

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1 reply
  • 1755 views
  • 1 like
  • 2 in conversation