Previous Topic

Next Topic

Book Contents

Book Index

CTTRTM Example 2

In the following example, retention information is updated for all data sets whose name begins with prefix BKP and all volumes where these datasets reside:

//EXEC     CTTRTM

//SYSIN    DD *

  TYPERUN  MODE=NORMAL

  TYPERET  MODE=CONVERT,UPDVOL=YES

  INCLUDE  DSNAME=BKP*

  REPORT   NAME=SCRATCH

  FIELDS   EXPDT,MEDIA,VOLSER,POOL

  SORTBY   EXPDT

//

Parent Topic

Examples for CTTRTM