Previous Topic

Next Topic

Book Contents

Book Index

Syntax for CTTIDB

Use the following command line syntax to activate the CTTIDB utility:

//EXEC CTTIDB

//SYSIN DD *

TYPERUN MODE={CHECK|REPAIR|DATACHK}[,USEDAYS=n]
[,DELDUP=LAST|FIRST|NONE][,ADDRET=NONE|days]

In the following example, the CTTIDB utility checks the logical integrity of the Control-M/Tape databases and generates input control statements for the CTTMUP utility to correct possible errors:

Example:

//EXEC CTTIDB

//SYSIN DD *

TYPERUN MODE=REPAIR

Parent Topic

CTTIDB – Check logical integrity of the Media database