Suppose we are doing transaction in a table and abend happened in
between. Suppose i have completed the transaction upto X rows and
I want to start the transaction again where the abend happened. I
don't want to do the transaction from the first record. Then what
i have to do.

Answer Posted / ramakrishna javvaji

create a temporary table and write every row before
processing and delete it after it is processed.
In case of abend you will have the row at which it abended
in the temporary table. you can now drive the process based
on this info.

correct me if i am wrong.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is host variable?

683


What is table space in db2?

668


How do you simulate the explain of an embedded sql statement in spufi/qmf?

724


How to connect to db2 database from windows command line?

651


How to check sequence on a table in db2?

691






What is a bind card?

770


What is cursor in dbms?

700


How can record locking be achieved in those DB2 versions which do not support it?

720


Comment whether the cursor is closed during commit or not.

770


How can you classify the locks in db2?

721


List out the buffer pools in db2

723


What is the physical storage length of timestamp data type?

739


What is cursor with hold option in db2?

707


What is a db2 table?

684


What are the prerogatives?

701