BookmarkSubscribeRSS Feed
CathyVI
Pyrite | Level 9

Hi,

I'm getting this error from a propensity score code. I don't know how to fix the error. Any help please.

I found a similar question online where someone suggested to amend the target line and add -MEMSIZE 30G. I don't know what that means. Please provide a clear step by step description on how to fix it. Thanks

 

NOTE: PROC LOGISTIC is modeling the probability that case_stat=1.
ERROR: The SAS System stopped processing this step because of insufficient memory.
NOTE: There were 758172 observations read from the data set AOA.M_2007_2011_A.
WARNING: The data set WORK.OSA_FINAL_PS may be incomplete. When this step was stopped there were 0 observations and 55 variables.
WARNING: Data set WORK.OSA_FINAL_PS was not replaced because this step was stopped.
NOTE: PROCEDURE LOGISTIC used (Total process time):
 

 

 

2 REPLIES 2
Kurt_Bremser
Super User

MEMSIZE is a SAS system option which can only be set at startup, either from the configuration file or the commandline.

In a purely local installation (everything on your PC) you can edit the desktop link, in a client/server environment you need to talk to the SAS admins.

ballardw
Super User

If you haven't already, you should read the on line documentation for Proc Logistic related to Computational Resources in the Details section. That will give you some idea about how the number of variables, records and some options affect your memory usage.

 

Your really should include the entire LOG contents of the Procedure including the code. You may have options that aren't really needed that add to memory needs.

 

For example EXACT regression requires more memory. With over 700,000 observations that may not be needed if used.

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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