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 are the retrieval sequences in ims db?

0 Answers  


What are the parameters used in CBLTDLI call?

2 Answers   CSC,


What is batch dl/i mode?

0 Answers  


What information does a psb contain?

0 Answers  


Which DB access method (OSAM or VSAM) is used for primary index or secondary index and why?

1 Answers  


What is the difference between SIBLINGS and TWINS in IMS-DB database

2 Answers   IBM,


What is dl/i?

0 Answers  


What do you mean by hierarchical database?

0 Answers  


What is the maximum number of fields allowed per segment and what is the maximum number of fields per database?

0 Answers  


What is Program Isolation?

1 Answers  


What information does a dbd contain?

0 Answers  


What is difference between concurrent image copy and online image copy?

1 Answers   EDS,


Categories