I want to compare two files say File 1 and File 2 and take the matched records seperately in Outfile 1 and Not matched records in Outfile 2.
The key field of file 1 is (01,15,A) and file 2 is (20,15,A)
Both input files contains duplicates.Duplicates should not be eliminated in the output.
Can someone help me how to get the required output using ICETOOL / SORT ?