Previous Topic

Next Topic

Book Contents

Book Index

CTDUFEXP Example 1

//CTDUFEXP   EXEC    CTDUFEXP,PACKAGE=PACK1,DBFILE=ACT

//SYSIN DD *

EXPORT     REPORTS RULERS

           MODE=PROD

           LIST=ALL

INCLUDE    JOBNAME=JOB#1

           JOBNAME=JOB#2

           ODATE=01/01/02-31/12/05

EXCLUDE    USER=USER#1

In this example, all reports, and rulers related to the reports, produced by jobs JOB#1 or JOB#2 from January 1, 2002 to December 31, 2005, except for the ones pertaining to recipient USER#1, are exported to the PACK1 package. All metadata records related to these reports and rulers are unloaded from the Active User file to the %DBPREFD%.PACK1.ACT sequential file.

In addition the following output reports will be printed: the list of selected reports, including all data base records, the list of CDAM and Index files related to the selected reports, and the list of selected ruler and logical view records.

Parent Topic

Examples for CTDUFEXP