book
Article ID: 94989
calendar_today
Updated On:
Issue/Introduction
The CC50J005 job that processes reprint requests is issuing a "BND7156E Reprint pages missing from archive" when I attempt to reprint a report, or retrieve a report from archive.
Is there any way to find and/or reprint these pages?
Resolution
To resolve the immediate problem and hopefully be able to reprint the reports that are generating these errors, you can try using the PARM=NOSEQ parameter, which needs to be specified on the //DPMB005 EXEC PGM=DPMB005 step. This parameter will cause CA Bundl to read through the entire archive file, report by report, until it finds the one you are trying to reprint.
Example:
//DPMB005 EXEC PGM=DPMB005,COND=(8,LT),REGION=1024K,PARM=NOSEQ
Use of this parameter will cause the reprint process to be much slower as CA Bundl will need to read through all volsers of a multi-volume archive file before it finds the report you are requesting.