I have 2 files:
File 1: Length 300.
first 2 digits - 00 or 10 or 20.
File2: Length 80.
I need to compare field of 15 lenght from File1 (3:15) with File2 (1:15). And only for records in file 1 having 1st two digits as '20' and if 15 digit match found in both files, than replace 20th position of file1 with 'Y'.
Can you please provide a SYNCSORT?