Date: Thu, 9 Sep 2010 16:28:42 -0400
Reply-To: Proc Me <Procme@CONCEPT-DELIVERY.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Proc Me <Procme@CONCEPT-DELIVERY.COM>
Subject: Re: Data merging
Yom,
You could create a hash table to store each table in memory. You could then nest the iteration
over table 2's hash inside an iteration over table 1.
Whether this is a helpful answer depends on the context in which the question was asked, as
Michael Raithel suggested!
Proc Me
|