What is check pointing, sync point?

Answers were Sorted based on User's Feedback



What is check pointing, sync point?..

Answer / pranav

Checkpoint is synonymous to Sync point, commit point or
point of integrity. Whenever a checkpoint is issued all the
records are committed and after a checkpoint system is in a
stable state. A checkpoint record entry is written to the
Log file and also generates a checkpoint ID which is used
for restarting the job from a particular checkpoint.

Database changes before the most recent checkpoint are not
reversed by backward recovery.
Database changes logged after the most recent checkpoint are
not applied to an image copy of the database during forward
recovery.

Is This Answer Correct ?    6 Yes 0 No

What is check pointing, sync point?..

Answer / srikar

check point is the one which will holds the last abended
record address,so that when ever the job got abended we can
restart the job from the abended record with using the
check point.

sync point is nothing but a commit if you issue a sync
point after 100 records,those 100 records will be committed
after that if at all job got abended

Is This Answer Correct ?    9 Yes 4 No

What is check pointing, sync point?..

Answer / guest

It is used to control execution job steps.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More IMS Interview Questions

What is the disadvantage of dynamic generation of acb?

0 Answers  


What is a segment?

5 Answers  


In the RECON, what always sets the IC NEEDED flag on for a registered DB?

3 Answers  


What is meant by batch dl/i mode?

0 Answers  


What will happens when a BMP programs takes a checkpoints?

2 Answers  






How many root segments do we have per database record?

0 Answers  


What does the Change Accum do?

1 Answers  


What are the ways to mapping external control block? a. ENTRY b. PROCEDURE DIVISION USING c. CALL ‘DLITCBL’ d. ALL ABOVE e. A & B

4 Answers   EDS,


What are the advantages and disadvantages of a hierarchical database?

0 Answers  


What information does a psb contain?

0 Answers  


I am totally confused on IMS message segments. When I create a message and it contains 5 segments does the entire message have a 32k limit or does each segment have a 32k limit? Is there a setting in the stage1 sys gen that defines if a transaction can receive/send multi-segmented messages?

1 Answers  


What is Program Isolation?

1 Answers  


Categories