I have a sequential file with data as:
0302082010000000000000015
0502082010000000000000005
0702082010000000000000017
0802082010000000000000012
2002082010000000000000023
I want to Repro it to a VSAM file which has data:
0112122010000000000000008
0212122010000000000000009
0412122010000000000000009
0512122010000000000000008
0702082010000000000000017
1012122010000000000000015
1212102010000000000000001
3112122010000000000000001
The digits in RED are key of the VSAM file.
But the record in BOLD is a duplicate record.
My requirement is such that after doing the Repro the record in BOLD should be 0702082010000000000000032. My requirement is such that the last 15 digits which is counts of those records should be added.