Previous Topic

Next Topic

Book Contents

Book Index

Example for CTTSYNC

The following example synchronizes volumes in the Media database with a volser prefixed by V, with the automated tape library and virtual tape server databases:

Figure 135 CTTSYNC – Example 1

//CTTSYNC EXEC CTTSYNC           

//SYSIN   DD *                   

TYPERUN  MODE=SIMULATION         

TYPESYNC MODE=ATLVTS,UPDATE=BOTH

INCLUDE VOLSER=V*

The following example synchronizes volumes in the Media database with a DFSMShsm database:

Figure 136 CTTSYNC – Example 2

//EXEC CTTSYNC

//SYSIN DD *

TYPERUN MODE=NORMAL

TYPESYNC MODE=HSM,UPDATE=NONE

//DAOCDS DD DISP=SHR,DSN=HSM.OCDS

Parent Topic

CTTSYNC – Synchronize automated tape libraries with the Media database