This question regarding Checkpoint.
Suppose my program has checkpoint for every 100 records. If
my program abends at 120 records, what will happen. I know
first 100 records are committed and rest of 20 records
where they gone and where they are stored.



This question regarding Checkpoint. Suppose my program has checkpoint for every 100 records. If m..

Answer / john i harper

As in anything else, it depends. If the buffers containing
your updates were written out, they are on your output data
set. Otherwise, they are lost.
The purpose of taking checkpoints is to allow you to
restart your program at the last known checkpoint, instead of
all the way back at the beginning. If your job ran for hours
and only had a few minutes to go, starting at the last
checkpoint can save a lot of time.
IMS will reposition your input and output files, so you can
pick up from there.

Is This Answer Correct ?    25 Yes 6 No

Post New Answer

More IMS Interview Questions

What is dl/i?

0 Answers  


What is a database record?

3 Answers  


Which is the DL/I function used in CICS-IMS program?

2 Answers   HP, IBM, IMS,


Is it necessary that the key field in a Dl/I database be unique?

1 Answers  


What is bmp mode?

0 Answers  






abt ssa.purpose of ssa

3 Answers   IBM,


What is dbdgen process?

0 Answers  


What does the Change Accum do?

1 Answers  


Which DB access method (OSAM or VSAM) is better and why?

4 Answers  


Explain psbgen process?

0 Answers  


What is the maximum number of pcbs allowed in a psb?

0 Answers  


how do you bind the cobol with db2

0 Answers   Fidelity,


Categories