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
Explain about mirror activator disk mirroring?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
What is role in db2?
What is performance tuning db2?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What os does db2 run on?
How do you concatenate the firstname and lastname from emp table to give a complete name?
Give the name of some fields form sqlca.
How do I add a column in db2?
How to test SQL -911 error while developing COB-DB2 program
What is an instance database?
What is dbrm? What it contains?
What is the default page size of buffer pools?
Define predicate?