Hi,
I need a jcl to compare fileA with FileB and need to eliminate the record that is available in file A from FILE B and write the output in another file.
Input file:
*************
FILE A: 7 Byte length
xxxxxxx
yyyyyyyy
File B: 7000 byte length
header record
xxxxxxx09100110......................................................... etc till 7000 btye
xxxxxxx07100110......................................................... etc till 7000 btye
yyyyyyyy09100110......................................................... etc till 7000 btye
zzzzzzzz09100110......................................................... etc till 7000 btye
aaaaaaa09100110......................................................... etc till 7000 btye
aaaaaaa09100110......................................................... etc till 7000 btye
trailer record with record counts(6)
File C: 7000 byte length (output file)
header - same as File B
zzzzzzzz09100110......................................................... etc till 7000 btye
aaaaaaa09100110......................................................... etc till 7000 btye
aaaaaaa09100110......................................................... etc till 7000 btye
Trailer - with updated record count. (3)
Can any one pleas help me on this?