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
Highlight all the advantages that are attached to a package.
What is the syntax for seeing the columns and data types of a table in the db2 database?
What is the difference between cursor stability and repeatable read isolation levels?
Give a brief description of db2 isolation levels?
How to find primary key of a table in db2?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
What is page size in db2?
How do I start db2 in windows?
What are catalog tables in db2?
Mention the definition of cobol in varchar field.
How would the varchar column remarks defined?
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
What is drop table?
What is null in db2?
Explain the contention situations caused by locks?