Hi,
I need to compare one VSAM file with a flat file and write the matching and unmatched records in to 2 different files.
File1:
I have a VSAM File of LRECL=2014, which has Policy Number from (1,4) - BI (7 character - ZD)
File2:
A flat file which will just have the Policy Numbers (7 characters - ZD)
Can some one please suggest me if this is possible in a single JCL, using JOINKEYS.
If so, please let me know the logic.
The output should be two VSAM files, with the matching and unmatched records from File1
Thanks.