Previous Topic: About the Common Tape SystemNext Topic: Commands


Initialization

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

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* CA-COMMON TAPE SYSTEM STARTUP COMMANDS                      */
/* CA TLMS STARTUP PARAMETERS                                  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* SET OPTIONS                                                 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
SET WTOR /* 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(*) PARM() /* TLMS           */
SET TASK(INQR) PGM(TLMSINQR) RETRY(*) PARM() /* INQR/UPDATE    */
SET TASK(DTS) PGM(CTSDTS)
SET TASK(SCHD) PGM(CTSSCHD)
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* AUTOMATICALLY START THESE TASK                              */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
START TLMS /* TAPE MANAGEMENT                                  */
/*START INQR /* INQUIRY / UPDATE TASK                          */
/*START LAB /* EXTERNAL LABEL PRINT TASK                       */
/*START DTS /* DISTRIBUTED TAPE SUPPORT                        */
/*START SCHD /* CTS SCHEDULER                                  */
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 LAB

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

START TLMS

Indicates that the Tape Management system is to be attached.