what is check point and restart Logic ? why do we go for
that ??
Answers were Sorted based on User's Feedback
Answer / milky
Checkpoint-Restart logic is used when your program performs
a large number of database updates or inserts. If you want
to process and insert say 1000 records in a table, and your
program abends at 726th record, then if the checkpoint
frequency has been set to 100, then, on restart the program
will start processing from 701th record as each processing
of 100 records results in a COMMIT.
| Is This Answer Correct ? | 68 Yes | 5 No |
Answer / harsha
check point and restart logic are mainly used when our
table has 1000 records and we are getting abend after 100
records and we want to start the execution after 100th
record we use this.for this we have to use check points for
every 100 records
| Is This Answer Correct ? | 41 Yes | 12 No |
How do you filter out the rows retrieved from a Db2 table ?
How can you split a table in to exactly half?
Explain various types of locks in db2?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
What do you mean by storage group (stogroup)?
Give the name of some fields form sqlca.
i have a db2 variable how do u declare tht into working storage section ?
What is difference between isnull and coalesce?
What is the purpose of the DSNC transaction ?
what is Static and dynamic linking
what is datacom db?
how to check the table is empty or not?