when we are trying to update db2 rows. if the program
abends . how we will know that the last successful update
row was
Answer Posted / lenin
In cobol program, we can create one counter after each
successful update. So by checking the counter value we can
find out howmany rows are updated.
Please correct me if i am wrong..
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain packages.
What is the use of value function?
Which component is used to execute the sql statements?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What is db2 catalog database?
What is dpf in db2?
What is a bind in db2?
What is explain plan in db2?
How can you find out the # of rows updated after an update statement?
What is the advantage in De-normalizing tables in DB2?
On which levels locks can be applied?
What is the maximum length of sqlca?
How to check last update on table in db2?
What is null indicator in cobol db2?
Explain various types of locks in db2?