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 |
where can we use index and subscript ? with example ?
What is correlation names?
What is the max length of sqlca?
What is query for your birthday date should be in hours,minute and seconds format?
When do you specify the isolation level? How?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
Differentiate between cs and rr isolation levels? Where do you specify them?
What is ibm db2 connect?
What is a page?
what is datacom db?
Which transaction use a command thread ?
Outputs of explain are with matchcols = 0. What does this signify?