Previous Topic

Next Topic

Book Contents

Book Index

CTTRTM Example 1

In the following example, retention management is performed according to the current retention specifications in the Media database. Report SCRATCH is printed, listing volser and media type and is sorted according to pool name. The list for each media type starts on a new page.

//EXEC       CTTRTM

//SYSIN      DD *

    TYPERUN  MODE=NORMAL

    TYPERET  MODE=REGULAR

    REPORT   NAME=SCRATCH

    FIELDS   POOL,VOLSER,MEDIA

    SORTBY   POOL,MEDIA/B,VOLSER

//

Parent Topic

Examples for CTTRTM