PTF LU20874 introduces security enhancements for Datacom CICS Services to align with modern vulnerability assessment standards. These changes focus on hardening administrative functions and remote debugging (DBUG) access. Specifically, the update enforces the use of explicit operator identification (OPID) within the MSTOPR parameter of the DBCVTPR macro and enables standard CICS resource and command security for utility transactions. While legacy configurations using MSTOPR=*** functioned without error, this update transitions environments to a more secure, externally managed profile.
ALTER TRANSACTION(DBOC) GROUP(<groupname>) RESSEC(YES) CMDSEC(YES)
ALTER TRANSACTION(DBEC) GROUP(<groupname>) RESSEC(YES) CMDSEC(YES)When this is complete, coordinate with the CICS Security Administrator to permit the authorized ACIDs/UserIDs to the relevant CICS resource classes (e.g., FCICSFCT for files or MCICSPPT for programs) as required by the RESSEC(YES) setting.