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 (January 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 28 Jan 2004 05:34:14 GMT
Reply-To:   Luke <dcasmr@AOL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Luke <dcasmr@AOL.COM>
Organization:   AOL http://www.aol.com
Subject:   Merge Question: Fuzzy merge / SQL? - Interesting situation

I have two files. For simplicity we will call them A and B. Both have some key matching variables. Among the key variables in each file, we have a beginingTime and EndTime. Data layout:

File A: File B: Key1 Key2 BeginingTime Endtime PartNum Key1 Key2 BeginningTime Endtime

Here is the question: I want to the records where all cases match (easy one). I also know that there are cases where key1 and key2 in each file match but the beginingTime in file B as well as the Endtime of B are fully contained in the beginningTime and Endtime of B. In those cases I want to call it a match also.

By fully contained, I have BeginningTimeB <= BeginningA and EndtimeB <= Endtime B.

My final output will be all the data in B and the PartNum in file A.

Any suggestions?


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