Hi,
I have two files that need to be compared based on a field.
first file : is of record length 90 and the field to be compared is from column pos 1-9. This field is duplicated.
Second file: is of record length 150 and the field to be compared is from column pos 1-9. This field is not duplicated.
If the field in first file is present in the second file then we need to write the record from first file to third file along with a filed from the second file present in col pos 140-150.
If it is not present then we need to have it as spaces.
Please guide me with a solution.