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 / madhukiranreddy
simply in program restart logic using we can retrive the records
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we delete records from view?
What does reorg do in db2?
What is db2 bind process?
What is the role of data manager in the db2 database?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is a db2 schema?
What is a db2 cursor?
Who uses db2?
What is ibm db2 connect?
How to resolve deadlock issue
How do you concatenate the firstname and lastname from emp table to give a complete name?
How to rename a table in DB2 ?
How can the duplicate values be eliminated from db2 select?
Which is faster delete or truncate?
What is isolation level in db2?