LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (August 1998, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 27 Aug 1998 12:51:32 -0400
Reply-To:     "Patton, Nancy (CAP, RFS)" <Nancy.Patton@GECAPITAL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Patton, Nancy (CAP, RFS)" <Nancy.Patton@GECAPITAL.COM>
Subject:      MERGING too much??

Help SAS-L!!

I am trying to merge 48 data sets. Each has 395 variables and from 3 to 15 observations. There is one common variable: PROGRAM, and that is my BY variable. Here is the error message:

FATAL: Code generation error detected during MISSING smear generation. ERROR: Out of memory.

Here is the code:

DATA SAVE.SUMMDATA ; MERGE SE1951 SE2951 SE3951 .... SE6981 SE7981 ; BY PROGRAM;

I am running in batch under MVS, SAS 6.09 TS450. Has anyone ever seen this, and do you know how to get around it??

Thanks-In-Advance!! ------------------------------------------------- * Nancy Patton * (703)553-0737 * NKP@asg-inc.com * Nancy.Patton@GECapital.com


Back to: Top of message | Previous page | Main SAS-L page