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 / debasis
Hi Kulbhushan
We cannot use with hold option for this. With hold is used so that the cursor will not be closed even after encountered with commit.
Anybody knows this answer. Please reply.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Can we update view in db2?
How to view db2 table structure?
What is db2 command?
What is sqlca’s maximum length?
What is the maximum length of sqlca?
What is the syntax for FETCH in DB2 ?
Explain various types of locks in db2?
What is a plan and package in db2?
Can one database have multiple instances?
How can we retrieve the total number of records in RPG & CLLE?
Explain package in db2 and its advantages?
What is universal database?
What is the maximum number of columns in a db2 table?
What is the reason behind not using select * in embedded sql programs?
What is release/acquire in bind?