After upgrading CICS from TS 5.5 to TS 6.1 HostBridge HBJS release 6.93 program HBR$SI61 is not found during CICS PLT initialization. The CICS log contains the following messages.
HBR$STAT CPLT T0000010 ERROR LINKING TO HBR$SI61
HBR$STAT CPLT T0000010 CICS LINK,RESP=27(PGMIDERR),RESP2=X'00000003'
Z/OS
CICS
The HBJS r 6.93 requires a fix for CICS TS 6.1 compatibility. HBJS r 6.93 is a NON SMP/E installation. The HBJS r 6.93 fixes are controlled by the development team and​ are not available for download from the Broadcom website.
Open a HBJS r 6.93 Broadcom support case and request the CICS TS 6.1 HBR$SI61 load module replace fix. You will need add the following RDO entry to the HBJS CSD group when implementing the fix.
DEFINE PROGRAM(HBR$SI61)
DESCRIPTION(Reads the SIT Parameters TS 61)
GROUP(***HBGRUP***)
EXECKEY(CICS)
LANGUAGE(ASSEMBLER)
CONCURRENCY(THREADSAFE)
DATALOCATION(ANY)