Re: DFSORT - records in filea but not in fileb

2006-04-06 Thread Frank Yaeger
Big Iron <[EMAIL PROTECTED]> wrote on 04/06/2006 09:02:43 AM: > Sounds like a job for the SPLICE operator. Actually, SELECT is better in this case (see my previous post). But SPLICE can be used for more complex types of matching (and joining). Frank Yaeger - DFSORT Team (IBM) Specialties: ICETOO

Re: DFSORT - records in filea but not in fileb

2006-04-06 Thread Frank Yaeger
[EMAIL PROTECTED] wrote: > I am trying to find an efficient way to get a > complement of to datasets. As result I expect > the records that appear in FILEA but not in > FILEB. > > Example dataset: > > FILEA: > record a > record b > record c > record d > record e > > FILEA: > record a > record b > r

Re: DFSORT - records in filea but not in fileb

2006-04-06 Thread Big Iron
Sounds like a job for the SPLICE operator. Bill [EMAIL PROTECTED] wrote: > I am trying to find an efficient way to get a > complement of to datasets. As result I expect > the records that appear in FILEA but not in > FILEB. > > Example dataset: > > FILEA: > record a > record b > record c > record