You can use the following ROC reports to clean up any expired report requests:
RocDelExpird
This report performs the same functionality as the startup logic in ROC, which is to check for expired report requests. If a report is expired, then it is checked for any pending output requests. If there are no output requests for the report or the output request status is C for Completed or D for Deleted, then the report is deleted along with the output requests. When a report entry is deleted, the system deletes the following:
HEADR entries — Report output record which contains the report information when the report had been run and produced output.
One or more OHEAD entries (1 record for each print) — Output Request record that contains one entry to describe the output process when a report output is outputted in different devices (LP — printed, VD — displayed, EX — written to a file).
The flat file (roc file) of text contents — This file contains all output (printing) text and their attributes and is in XML format.
RocDelAllExp
This report deletes all report requests that have expired, irrespective of any pending output requests. That is, all expired reports are deleted and all corresponding output requests are deleted no matter what their status.
RocDelAll
This report deletes all report requests irrespective of their expiry date. That is, all reports are deleted and all corresponding output requests are deleted no matter what their status and expiry date is.