Previous Topic: Common Tape SystemNext Topic: CTS Commands


Initialization

The following example shows the commands used to start the CTS task:

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /*            SET OPTIONS                                          */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */    SET NOWTOR       /* REQUEST HOT (OUTSTANDING) WTOR              */    SET NOSNAP       /* REQUEST DYNOSTIC SNAP DUMPS                 */    SET   LOG        /* REQUEST COMMAND AND MESSAGE LOGGING         */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /*      DEFINE TASK NORMALLY USED                                  */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */   SET TASK(TLMS) PGM(TLMSMAIN) RETRY(0) PARM()  /* TLMS            */   SET TASK(INQR) PGM(TLMSINQR) RETRY(0) PARM()  /* INQR/UPDATE     */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /*        AUTOMATICALLY START THESE TASK                           */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */   START TLMS        /* TAPE MANAGEMENT                             */ /*START INQR        /* INQUIRY / UPDATE TASK                       */   START LAB         /* EXTERNAL LABEL PRINT TASK                   */

Command

Description

SET LOG

Indicates that CTS retains a message log.

SET NOSNAP

Indicates that the option for recording snap dumps is turned off.

SET NOWTOR

Indicates that the optional outstanding CA$F000R WTOR is not issued. Commands are entered through the console MODIFY command instead.

START TLMS

Indicates that the Tape Management system is to be attached.

START LAB

Indicates that the Tape management Online Label Interface (LAB) is to be attached.