Date: Mon, 14 Nov 2005 07:01:17 -0800
Reply-To: Peter <crawfordsoftware@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Peter <crawfordsoftware@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: How to make repeats in merge-by-group to work?
Content-Type: text/plain; charset="iso-8859-1"
in the absence of confidence that the arrays can fit in memory,
would set statement "point= access" provide an alternative
strategy?
Pseudo code idea:
for each "fruit ID" collect rows with corresponding "color ID"
That would need to point access loop to stop at end of each ID-group.
I don't imagine by-group processing can apply to two set statements
in the same data step. So, equivalent handling might be neccessary
This might be better than multiple passes because multiple ID rows
probably fit within the same sas dataset buffers.
Peter
|