Previous Topic

Next Topic

Book Contents

Book Index

Example for CTTRSM

The following example recovers all tape data sets accessed by jobs with names prefixed by ABC. Volumes and data sets that are not defined in the Media database are automatically defined. Conflicts with the Media database are reported as errors.

//EXEC    CTTRSM

//DASMFIN DD DISP=SHR,DSN=N00.ACCUM.SMFRECS

//SYSIN   DD *

    TYPERUN  MODE=SIMULATION,DYNDS=Y,DYNVOL=Y

    INCLUDE  CREJBN=ABC*

    REPORT   NAME=SMFRCV

    FIELDS   DSNAME,DSVOLSER,DSLABEL,STATUS

Parent Topic

CTTRSM – Recover tape activity from SMF records