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 a cursor in programming?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What is the use of db2?
How can the duplicate values be eliminated from db2 select?
What is the connection string to connect to the DB2 Database ?
Why do chiropractors use drop table?
Explain the contention situations caused by locks?
What is copy pending status in db2?
What is dpf in db2?
What is cloudant database?
What is the use of value function?
How to check table size in db2 sap?
Define db2 and its databases?
can we view the access paths created by dbrm ? how ? thx
What is sqlca?