CSQCSSQ CICS adapter task initiation program" /> Stopping an instance of CKTI from an application program

 

Stopping an instance of CKTI from an application program

We can stop an instance of CKTI by linking to the adapter task-initiator program, CSQCSSQ. Figures Figure 34 and Figure 35 show alternative LINK commands to stop an instance of CKTI from a CICS program. The first command stops the CKTI that is serving the default initiation queue; the second stops the CKTI serving a specified initiation queue.

Figure 34. Stopping an instance of CKTI from a program--for the default initiation queue from CICS

 EXEC CICS LINK PROGRAM('CSQCSSQ ')
           INPUTMSG('CKQC STOPCKTI  ')
Figure 35. Stopping an instance of CKTI from a program--for a specified initiation queue from CICS

 EXEC CICS LINK PROGRAM('CSQCSSQ ')
           INPUTMSG('CKQC STOPCKTI   CICS01.INITIATION.QUEUE2')
Note:
The STOPCKTI command must be padded to 10 characters; see Command syntax in application programs.