After applying maintenance to XCOM Data Transport for z/OS 12.0.3, users may encounter the following issues:
A defect in XCOM 12.0.3 causes the zIIP enablement "black box" (provided by Broadcom Common Services) to be incorrectly called even when ZIIP=NO is configured. This leads to an abend because the required task control blocks (TCBs) for zIIP processing are not initialized when the feature is disabled.
Broadcom recommends maintaining the default setting of ZIIP=YES in the XCOM Default configuration.
If your site requires running with ZIIP=NO, apply the following maintenance to resolve the abends:
This PTF corrects the improper call to the zIIP black box when processing is disabled.
F xcom_stc,ZIIP,STATUS.XCOM issues this message when the ZIIP interface component of Common Services has abended with U3999. The number in the message is the reason code associated with the abend.
In the ZIIPficitation black box, reason code xxxx0002 is documented to mean 'TASKCB@ IS 0'.
The TASKCB@ is the anchor of a control block that holds information about the ZIIP black box. This anchor is set when the ZIIP interface is initialized. Therefore reason code 0002 means that ZIIP services are being improperly called for a TCB for which ZIIP has not been initialized, which is what LU19196 corrects.
Therefore, apart from what is documented in the description of LU19196, this confirms that the resolution provided is correct