Hi,
My requirement is that, I have to read a flat file, search for a value in a table, then open a VSAM file corresponding to the value fetch from the table.. This VSAM file needs to be read and another VSAM file needs to be updated with records read from previous VSAM.
For Example: My flat file has AAAAA value, I searched the table using this value and found BB value, then I open VSAM file corresponding to BB value, read it and then update CC VSAM file.
My flat file has 1000 records and each record has a new VSAM file to be read and updated.
Thanks,
Ankur