DWW0551S A gap is encountered between record nn1 and record nn2 on log dddd when reading backward. Processing terminates.
section
- A log was skipped during archiving.
- Label records were skipped over by a selective archiving program; records needed for backout might also be skipped.
- The journal archive control data set (JACD) is damaged or inaccessible, causing the wrong sequence numbers to be used on label records.
- A log had data other than log records.
- The
SEQCHKR GAPINSEQUENCE(STOP)
command -
STOP
in the sequence checking secondary window - No option in the gap in sequence field of the sequence checking secondary window
section
CICS® VR stops the backout and prints the reports.
section
- Batch–If a log was missing, archive this log and rerun CICS VR.
If all logs are present, find out why there is a gap in the label records. (Check the contents of the log to see whether all records needed for backout are present.)
If you want to accept the error message and run CICS VR, specify either of these commands:
SEQCHKR GAPINSEQUENCE(WARNING)
SEQCHKR GAPINSEQUENCE(IGNORE)Remember to restore the VSAM data sets from the backup copies before you rerun CICS VR.
- Online–If a log was missing, archive this log and rerun CICS VR.
If all logs are present, find out why there is a gap in the label records. (Check the contents of the log to see whether all records needed for backout are present.)
If you want to accept the error message and run CICS VR, specify either WARNING or IGNORE in the sequence checking secondary window.
Remember to restore the VSAM data sets from the backup copies before you resubmit the recovery job.