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...

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

If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?

1222


What is db2? Explain.

1113


What are catalog tables in db2?

1109


What is view db2?

1133


Which isolation level provides maximum concurrency?

1208


Mention some fields that are a part of sqlca.

1098


Explain the contention situations caused by locks?

1147


Explain how can you do the explain of a dynamic sql statement?

1180


What is null indicator in db2?

1164


How to retrieve rows from a db2 table in embedded sql?

1448


What are bind parameters in db2?

1097


How to connect to db2 database from windows command line?

1140


List out the data types available.

1206


How to fetch the last row from the table in SQL (db2)?

1698


What is buffer pool?

1160