Previous Topic

Next Topic

Book Contents

Book Index

CTTDLD Example 4

If you are consolidating two tape libraries and both libraries contain tapes with the same volsers, you can rename the volsers for one set of tapes so that no conflict appears in the Media database.

In this example, active 3490 type volumes made by IBM with volsers FX0001-FX0100 are converted to Control-M/Tape, renamed and added to the Media database.

Volsers FX0001-FX0100 are renamed MA0001-MA0100. The SL-names (the internal labels of the volumes) remain FX0001-FX0100.

//  EXEC     CTTDLD,INP='TAPE.CONVERT'

//SYSIN      DD *

    TYPERUN  MODE=CONVERT

    RANGE    FIRST=FX0001,LAST=FX0100,MEDIA=3490,

             VENDOR=IBM,RENAME=MA

//

Parent Topic

Examples for CTTDLD