Hi I have to process a big file and call several Pardo's to do some transformations. Records in file dont have any unique key.
Lets say file 'testfile' has 1 million records. After processing , I want to generate only one output file same as my input 'testfile' and also i have a requirement to write those 1 million records in same order (after applying some Pardo's) What is best way to do it Thanks Aniruddh
