Hi there,
I have two files and both are fixed blocked and lrecl=10.
File A (key position 1-5) consists of
KevinDukes
KevinWeaks
MikeyHanks
RickiManta
SteveBould
SteveDavid
File B (key position 6-10) consists of
11111Steve
22222Steve
22222Nelli
33333Ricki
44444Vicki
55555Vicki
What I want to accomplish is to find all records with the same key and they must be in both files.
So the result should be the following records
RickiManta
SteveBould
SteveDavid
11111Steve
22222Steve
33333Ricki
Thanks in advance.
Regards,
Mikael