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 */
Indicates that CTS retains a message log.
Indicates that the option for recording snap dumps is turned off.
Indicates that the optional outstanding CA$F000R WTOR is not issued. Commands are entered through the console MODIFY command instead.
Indicates that the Tape management Online Label Interface (LAB) is to be attached.
Indicates that the Tape Management system is to be attached.
|
Copyright © 2014 CA.
All rights reserved.
|
|