CICS KILL TASK
The following table describes the parameters for the IMFEXEC CICS KILL TASK command statement:
Parameter | Function | Notes |
|---|---|---|
Task number | Number of the task affected | Task number assigned by CICS, from 1 to 99999 |
WITH | Readability token | Works only with DUMP |
Type | Type of abnormal termination desired | One of the following types: DUMP: If the integrity of the CICS region can be maintained, the task is abnormally ended with a dump. FORCE: This type forces a looping task to abend with a dump, regardless of integrity exposure. Expect to use this service more than once on a multiprocessor for a task in a loop. CAUTION: This type can cause the CICS region to abend. PURGE: This type purges a task by using the services of the CICS-supplied transaction CEMT. FORCEPURGE: This type purges a task by using the services of the CICS-supplied transaction CEMT that uses the FORCE parameter. If only the task number is specified, the task is abnormally terminated if the integrity if the CICS region can be maintained. A dump is produced. |
Related topic