could you give me an example how, where i code CHECKPOINT
and restart...I need and example....thanks..

Answer Posted / rameshkumar.h.k

You should pass CHECKpoint frequency value from JCL to
cobol program.Intern cobol program will have the table of
retart logic.
Table contents(coloumns)be: 1.No of records ,2.No of
records + 1, 3.no of records processed etc.
Once the updattion or insertion got stucked while
processing ,All the relative data will be stored the above
mentioned table.

So check the record from table .Fix the abend and restart
your job for the failed step.

This is mainly production support work .manually u have to
check the record .and get the records info from the table
and restart the job from the failed step

Hope You clread

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can the firstname and the lastname from the emp table be concatenated to generate complete names?

756


What is cascading rollback?

629


How does cobol compile db2 program?

617


How can record locking be achieved in those DB2 versions which do not support it?

632


What is db2 bind?

646






Why db2 is called db2?

601


What is a dbrm in db2?

586


What is multi row fetch in db2?

614


What is bind in db2?

612


How can the duplicate values be eliminated from db2 select?

639


What is ibm db2 connect?

585


have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.

1255


define clustering index.

627


What is a db2 collection?

613


What is bind package and plan in db2?

604