What is check pointing, sync point?
Answers were Sorted based on User's Feedback
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 |
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 the maximum number of levels allowed in ims db?
What is batch dl/i mode?
Can we give the GSAM-PCB in between the DB-PCB'S like below? I/O-PCB DB-PCB1 GSAM-PCB1 GSAM-PCB2 DB-PCB2
how do you invoke an IMS screen (coded in COOOLGEN) from a MQ transaction..... help plz?????
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.
Define psb?
How do you write a PSB code ?
Which languages does ims support / application program languages?
How many root segments do we have per database record?
Explain the advantage of dynamic generation of acb?
What is a Root?
what is the use of ENTRY in IMS?