i have moved unmatched records from 2 files to my output file...but the records are not in same order as it is in my input file.
file A contains record form position 1 to 20 and is of record length 20
file b contains other fields including that fileld which is present in file one but here its position is different from 20 to 39 and record length is 1396.
we have to move unmatched data from fileb to out out file
i have done it but it s not coming in ordered way.
can any one help me?