LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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?
Comments: To: sas-l@uga.edu
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


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