Previous Topic

Next Topic

Book Contents

Book Index

Activating the CTTDLD Utility

ADD mode

//EXEC       CTTDLD

//SYSIN      DD      *

  TYPERUN    MODE=ADD

  RANGE      FIRST=firstvol,LAST=lastvol,MEDIA=type,

             SCRATCH=Y|N,VENDOR=vendor,RENAME=prefix

//

DELETE mode

//EXEC       CTTDLD

//SYSIN      DD      *

  TYPERUN    MODE=DELETE

  RANGE      FIRST=firstvol,LAST=lastvol

//

CONVERT mode

//EXEC       CTTDLD,INP='source-data set'

//SYSIN      DD      *

  TYPERUN    MODE=CONVERT

  RANGE      FIRST=firstvol,LAST=lastvol,MEDIA=type,

             VENDOR=vendor,RENAME=prefix

//

Note: The INP parameter in the CTTDLD procedure is mandatory and valid only in CONVERT mode.

The CTTDLD utility is used by the following jobs in the Control-M/Tape installation library:

Table 335 CTTDLD Jobs

Job

Description

CONVTMDB

Converts CA-TLMS tape management system reports to the Control-M/Tape Media database

CONVC4MD or CONVC5MD

Converts from CA-1 (version 4 or 5) to the Control-M/Tape Media database

CONVLCTL

Converts from MVS Catalog to the Control-M/Tape Media database

CONVRMDB

Converts from RMM to the Control-M/Tape Media database

To browse these jobs, use the ICE minor option 3 (TAILOR JOB), available by selecting Maintain your Environment => ICE refresh.

Parent Topic

CTTDLD – Add, Delete, or Convert Volumes