Previous Topic: CTS Proc ChangesNext Topic: SCHD Control Statements Contained in CTOSCH00


Startup

Automatic Startup

To automatically start the SCHD subtask each time CTS is started, add the following commands to the CTSSTART member in CAI.CTAPOPTN:

SET TASK(SCHD) PGM(CTSSCHD) PARM(XX)
START SCHD

Where XX is the suffix for the CTOSCH member to use. The default is 00 if not specified.

Manual Startup

After the CTS task has been started, you can communicate with CTS by using a MODIFY command for by WTOR.

The following is an example of how to manually start the SCHD subtask under CTS by using the modify command:

F CTS,SET TASK(SCHD) PGM(CTSSCHD) PARM(XX)
F CTS,START SCHD

Where XX is the suffix for the CTOSCH member to use. The default is 00 if not specified.