Hi,
Could you please let me know if the below requirement can be accomplished using Join Keys in SORT. Basically, i wanted to compare the key of 1st file with the 2nd file and if the key matches, write records from 2nd file to output. In this case, my key is first 7 bytes from both the input file.
File -1:
1111111xxxx
2222222yyyy
4444444zzzz
File-2:
1111111aaaa
1111111bbbb
1111111cccc
2222222aaaa
2222222bbbb
3333333aaaa
3333333bbbb
4444444aaaa
Output file:
1111111aaaa
1111111bbbb
1111111cccc
2222222aaaa
2222222bbbb
4444444aaaa