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
How can you classify the locks in db2?
What is the maximum length of sqlca?
What is dbrm? What it contains?
What is the use of commit in db2?
What is check constraint in db2?
What is db2? Explain.
Which isolation level provides maximum concurrency?
What is a db2 tablespace?
Is db2 a database?
What is the difference between dbm cfg and db cfg file in db2 ?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
Is it possible using max on a char column?
What is bind plan?
What is bind package and plan in db2?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....