Why does a task remains active in the Datacom MUF after a CICS transaction is purged with the KILL command?
When a CICS task is terminated with the CEMT SET TASK(number)KILL or CEKL SET TASK(number)KILL command or the KILL command from CA SYSVIEW, CICS gets rid of the task but does not inform Datacom CICS Services. The reason is the consequences of using the KILL transaction are unpredictable.
Please see the IBM documentation Consequences of using KILL and refer to the Data and System integrity in Table-1 on the KILL option. According to the documentation neither system nor data integrity is protected when using the KILL transaction to purge a task in CICS.
In this situation our TRUEs do not get back control from CICS for notification of task termination and two-phase commit processing. As a result the transaction remains active in Datacom CICS Services control blocks and in the MUF.
To resolve the situation perform the following: