Previous Topic: Security RequirementsNext Topic: DTS Control Statements Contained in CTODTS00


Startup Procedure

DTS can be started up manually when CTS is started. The recommended method is to have CTS automatically start the DTS subtask.

Note: Starting the DTS subtask does not automatically initiate communication with the backup servers defined. Scheduling regular communication with the backup servers is accomplished using the CTSSCHD subtask.

Automatic Startup

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

SET TASK(DTS) PGM(CTSDTS) PARM(xx)
START DTS

xx is the suffix for the CTODTSxx 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 or by replying to the outstanding CTS WTOR.

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

F CTS,SET TASK(DTS) PGM(CTSDTS) PARM(XX)
F CTS,START DTS 

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