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
What is isolation level in db2?
What are the different types of base tables?
What is a plan and package in db2?
What is database alias db2?
Is ibm db2 free?
What is difference between isnull and coalesce?
How many databases are there?
How to find schema of a table in db2?
List down the types of triggers in the db2 database?
What is explain in db2?
Explain dclgen.
Can we update view in db2?
What is a db2 collection?
How and when does the db2 enforces the unique key?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?