Hi all,
I was asked this question in an interview
You need to insert records from a flat file containing 1000 records...
suppose after inserting 400 records program abended due to some data problems...,
After solving the problem and when you run the code, insertion should start from 401th record
please help me.