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 / suma
we need to go for check point - restart logic.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the reason behind not using select * in embedded sql programs?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
Explain the benefits you can get from mainframe connect?
How do you concatenate the firstname and lastname from emp table to give a complete name?
What is isolation level in db2?
How to find the number of rows in db2 tables?
What is sqlca?
How do you pull up a query which was previously saved in qmf?
what is diffrence b/w file-aid tool and file-aid utility???
How do you select a row using indexes in db2?
What type of database is db2?
What is lock escalation in db2?
List out the buffer pools in db2
what is the role of the cursor in db2?
How to retrieve rows from a db2 table in embedded sql?