Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is check point and restart Logic ? why do we go for
that ??

Answers were Sorted based on User's Feedback



what is check point and restart Logic ? why do we go for that ??..

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

what is check point and restart Logic ? why do we go for that ??..

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

Post New Answer

More DB2 Interview Questions

How do you filter out the rows retrieved from a Db2 table ?

1 Answers  


How can you split a table in to exactly half?

7 Answers   HSBC,


Explain various types of locks in db2?

0 Answers  


My sql statement select avg(salary) from emp yields inaccurate results. Why?

0 Answers  


What do you mean by storage group (stogroup)?

0 Answers  


Give the name of some fields form sqlca.

0 Answers  


i have a db2 variable how do u declare tht into working storage section ?

1 Answers   TCS,


What is difference between isnull and coalesce?

0 Answers  


What is the purpose of the DSNC transaction ?

1 Answers  


what is Static and dynamic linking

1 Answers   Virtusa,


what is datacom db?

2 Answers   CSC,


how to check the table is empty or not?

3 Answers   IBM,


Categories