Posted: Wed Sep 20, 2006 4:52 am Post subject: Match record - records occurrence more than one
I want to compare 2 files- 1 to 25 char.requirement is to capture match and no match records.
The record occurring more than once as we need to match only 1 to 25 character.
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Wed Sep 20, 2006 10:33 am Post subject:
Quote:
requirement is to capture match and no match records.
For output, do you want only the records from file a? Do you want the records from file a that have a match in file b in output file1, and the records from file a that do not have a match in file b in output file2, or what? To clarify, please show the expected output records for the input records you showed.
Do file a and file b have RECFM=FB and LRECL=120? _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
For output, do you want only the records from file a? Do you want the records from file a that have a match in file b in output file1, and the records from file a that do not have a match in file b in output file2, or what?
Search file b records in file a.I need the records from file a,the match in output file1 and no match in output file 2.
_________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum