Hi,
I have an input file
123AAA -->key
345BBB -->key
678CCC -->key
Now I need to insert a new record if a given key is not present
output file
123AAA
345BBB
678CCC
890DDD --> new record is inserted since 'DDD' is not present in the input file......
Can someone please give me the DFSORT
Thanks
Mahesh