Hi,
I have two files that are FB but different length.
File B has more records than file A.
File A (lrecl=19, key in position 6-11)
MS001196408208888AA
MS002196408221111BB
MS003196408222222BB
MS004196409239999BB
File B (lrecl=22, key in position 1-6)
1964082100112010-10-10
1964082100222010-11-01
1964082211222009-01-01
1964082222332009-02-01
1964092433442010-01-01
The join should be between the keys above.
I want all the records in file A (position 6-17) to be changed with the value in file B (position 1-12) if the key matches.
The result I want in file C is
MS001196408210011AA
MS002196408210022BB
MS003196408221122BB
MS004196409243344BB
Regards,
Mikael