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


Please Help Members By Posting Answers For Below Questions

Which is faster delete or truncate?

681


What is database alias db2?

613


What is dbrm? What it contains?

682


How do I delete a column in db2?

680


What is release/acquire in bind?

656






What are the various isolation levels possible?

650


How do I delete a table in db2?

651


What does runstats do in db2?

607


What are host variables in db2?

628


Following a db2 update statement, what is the quickest way to compute the total number of updated rows?

626


What is difference between alias and synonym in db2?

645


Can we insert update delete in view?

579


Define predicate?

645


How to get the ddl of a table in db2?

679


What is null indicator in cobol db2?

587