Previous Topic

Next Topic

Book Contents

Book Index

CTDDELRP Example 10

//S1 EXEC CTDDELRP

DAYS 30

INCLUDE JOBNAME=PROD*

INCLUDE JOBNAME=FIRST*

DAYS 15 WAITPRINT

INCLUDE JOBNAME=TEST*

DAYS 5  FORCE

EXCLUDE JOBNAME=PROD*

EXCLUDE JOBNAME=FIRST*

EXCLUDE JOBNAME=TEST*

The utility deletes reports older than 30 days and created by jobs with names beginning PROD or FIRST, unless they have not yet been backed up. The utility deletes reports that have been printed, backed up and migrated, that are older than 15 days, and that were created by jobs with names that begin with "TEST." The utility deletes all other reports more than five days old.

Parent Topic

Examples for CTDDELRP