when i am trying to update a table having 1000 rows. the
program abends.how we will come to know the last successful
updated row was. we are not using any commit operations
Answer Posted / sesha
If there is no commit is mentioned,processed records are
lost when an abnormal end occurs.Rows are inserted,
updated,deleted in a table, those changes will be
lost in case of abend.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the picture clause of null indicator variable?
What is runstats and reorg in db2?
What do you mean by between and in? Is between inclusive of specified range values?
How is the value function used?
What is node in db2?
What is db2 connect?
What is bind and rebind in db2?
Discuss about db2 bind?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is clone table?
What is db2 bind process?
i want to maintain uniqueness on pdf without make lf??????????
What is the maximum size of a char data type in db2?
How to find the maximum value in a column in the db2 database?
How can record locking be achieved in those DB2 versions which do not support it?