Obtain a list of all archive occurrences of each report in Bundl
search cancel

Obtain a list of all archive occurrences of each report in Bundl

book

Article ID: 211305

calendar_today

Updated On:

Products

Bundl

Issue/Introduction

How many archived generations/occurrences of each report there are in BUNDL?
Is there a utility available that will report this information?

Environment

Release : 5.0
Component : Bundl

Resolution

Use the DPMB080 utility (job CC50J080 in the PPOPTION library) to list off the archived reports in Bundl.

Running CC50J080 with the following parameters uncommented (remove the * from column 1) will list ALL archived reports in Bundl:

 ALLSW=Y
 INDEX=AA**
 FUNCT=LIST

Or optionally, to selectively list specific reports, use the REPRT parameter:

  INDEX=AA**
 FUNCT=LIST
 REPRT=reportid     (NOTE - an asterisk here will list 'ALL' archived reports)