Martin Beginner

Joined: 20 Mar 2006 Posts: 133 Topics: 58
|
Posted: Mon Apr 16, 2007 1:01 pm Post subject: Compare files and add records from file 2 to file 1 |
|
|
Hi All,
Here's the input file :
Code: |
File 1:
abcd11 aaaaaaaaaaaa 9999999999999999
abcd12 bbbbbbbbbbb 8888888888888888
abcd13 cccccccccccccc 7777777777777777
File 2:
abcd14 dadadadadadad 6666666666666666
abcd11 cccccccccccccc 7777777777777777
O/p file
abcd11 aaaaaaaaaaaa 9999999999999999
abcd12 bbbbbbbbbbb 8888888888888888
abcd13 cccccccccccccc 7777777777777777
abcd14 dadadadadadad 6666666666666666
|
The o/p file will contain all the rec from file 1 and rec from file 2 which are not in file1.
LRECL : 180 bytes , FB file
compare fields:
Pos 4-5 , Pos 7-18 , Pos 26-42
We have syncsort on our shop.
Version of syncsort:
SYNCSORT FOR Z/OS 1.2.1.1R U.S. PATENTS: 4210961, 5117495 (C)
z/OS 1.6.0 |
|