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 |
What is the purpose of the QUIESE Utility?
What are iseries servers?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
What is the use of with ur in db2?
What r the comman abends in db2, jcl and cobol???????
How can you compare table column after update and before update?
What is buffer pool and list some of them?
What are the advantages of using a PACKAGE?
What else is there in the PLAN apart from the access path?
What is the SQL Communications Area and what are some of its key fields?
wht displays the number of times a query modified ?
what needs to be done if a table is in copy pending / check pending status?