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 / pradeep
CHECKPOINT-RESTART logic is used when your pgm performs
large no of database updates or inserts. If checkpoint
frequency has been set to 100, then on RESTART the pgm will
start processing from 101 record without restart from
starting.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How does a cursor work?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
Name the various locking levels available?
How do I create a view in db2?
What is the maximum number of columns in a db2 table?
Is it possible using max on a char column?
What is the maximum size of varchar data type in db2?
What is explain plan in db2?
Explain about cursor stability?
How can the duplicate values be eliminated from db2 select?
Which are the db2 tools to protect integrity of the database?
What is db2 optimizer?
What is an instance database?
What is iseries database?
What is buffer pool?