Answer Posted / girish kumar
suppose if we have 1000 rows for update, while we updating
incase if we get abend occures at 999 even a single record
could not be saved to database with out execute commit.
so that if we can place a commit for every 100 records
incase abend occres at 999 cursor start for 900 onwords by
issuing rollback along with commit.
this is db2 logic better to refer MUTTU REFRESHNER
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give a brief description of db2 isolation levels?
How will you return the number of records in table?
What is the maximum size of a char data type in db2?
What is page size in db2?
How to view db2 table structure?
What is precompiler in db2?
How do I add a column to an existing table in db2?
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?
Mention the downsides of page level lock.
What is blu acceleration in db2?
How do I create a view in db2?
What is copy pending status in db2?
What is check constraint in db2?
is it compulsory commitment control in journal?
Highlight all the advantages that are attached to a package.