Previous Topic: Update Parameters While TMSAPEC is ActiveNext Topic: JCL Considerations for CTS Started Task


APEC Startup Examples

This example starts the APEC subtask started automatically each time CTS is started, and sets the following options:

Add the following parameters to the CTSSTART member in hlq.CTAPOPTN:

SET TASK(APEC) PGM(TMSAPEC)
SET TASK(APEC) PARM(STIME=2330,ETIME=0330,TRUN=2,DELAY=005,UPDATE)
START APEC

This example manually starts the APEC subtask with the following options:

In this example the APEC subtask starts automatically each time CTS is started with the following options:

Add the following parameters to the CTSSTART member in hlq.CTAPOPTN:

SET TASK(APEC) PGM(TMSAPEC)
SET TASK(APEC) PARM(STIME=1000,UPDATE)
START APEC

In this example the APEC subtask uses default initialization parameters each time CTS is started.

Specify the following parameters in the CTSSTART member in hlq.CTAPOPTN:

SET TASK(APEC) PGM(TMSAPEC)
START APEC