Hi ...
I have two input files
1st Input files is sorted and contains duplicates
2nd Input file is not sorted and it does not contain duplicate.
I want to compare 1st file with second file and write (matched records) and (unmatched records of file1) in two different files
Can I do it through If matched logic in Eazytrieve... Will i get any errors as the 2nd file is not sorted.
input file 1
a12345
b11555
a12345
c15151
d54545
input file2
z12345
a12345
b11555
c45545
e465456
I need quick reply and it is very urgent,