I have a DB2 table which has 1000 rows.after udatingg first
110 rows, my job abends. Now what I have to do if I want to
restart the job next time so that it should start updating
from 111th row (without updating first 110 rows again).
Answer Posted / shashi
Instead of commiting at the last point, commit at certain
intervals (increase the frequency of commit, say after
every 100 records in this situation)
Create one temporary table with a dummy record and insert
one record into the table for every commit with key and
occurance of commit. And this insertion should happen just
before the issue of commit.
And in the procedure division, first paragraph should read
the last record of the table and skip the records that are
already processed and committed. After processing all the
records delete the entries in the table and issue one final
commit.
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What is db2 purescale?
What does sqlcabc has?
What is package in cobol db2?
How to test SQL -911 error while developing COB-DB2 program
How do I optimize a query in db2?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
What is a plan and package in db2?
What is null indicator in cobol db2?
What are the full forms of spufi and dclgen and why are they used?
How can you count the number of rows from a table tab?
What is ibm db2 connect?
What is db2? Explain.
Can you tell me how can you find out the # of rows updated after an update statement?
What is the default page size of buffer pools?
What is rebind in db2?