Previous Topic

Next Topic

Book Contents

Book Index

CTTVTM Example 2

The location of all volumes whose volume serial numbers start with DIV1 is modified. The volumes are assigned new slot numbers. Rule definitions are reloaded to recalculate the vaulting patterns.

//EXEC   CTTVTM

//SYSIN  DD*

    TYPERUN  MODE=NORMAL

    TYPEVLT  MODE=RECALC,RESLOT=YES

    INCLUDE  VOLSER=DIV1*

    REPORT   NAME=DISTRIB

    FIELDS   MEDIA,VOLSER,POOL,FROMLOC,TOLOC

    SORTBY   FROMLOC/B,VOLSER,POOL

//

Parent Topic

Examples for CTTVTM