Previous Topic

Next Topic

Book Contents

Book Index

CTDUFEXP Example 2

//CTDUFEXP   EXEC    CTDUFEXP,PACKAGE=PACK2,DBFILE=HST

//SYSIN DD *

EXPORT REPORTS

           MODE=TEST

           LIST=(REPORTS,FILES,VOLS)

INCLUDE    REPNAME=’MY REPORT*’

           BKPMIS=BKPMIS1

EXCLUDE    VOLSER=VOL111

In this example, all reports produced with report name prefix ‘MY REPORT’ backed- up by the backup mission BKPMIS1, except for ones residing on the volume VOL111, are selected from the History Used file.

No data is unloaded. The following output reports will be printed: list of selected reports, list of dataset names related to the selected reports, and list of backup volumes where the selected reports reside.

Parent Topic

Examples for CTDUFEXP