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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / girish kumar
if u want to update ur changes to the database, posible when the commit is executed or when the program successfully executed. none other any situation database will not update.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is image copy in db2?
Explain the function done by data manager?
What is DYNSLT keyword? How do you perform selection using DYNSLT
Why do we use cursor?
What is commit in db2?
wht is d/f between union and joins ?
What is declare cursor?
One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
What is the syntax for creating a table in the db2 database?
What is ACQUIRE/RELEASE in BIND?
What is a host variable?
How to check last update on table in db2?