CPM was used with CA7 v12.0
In release 12.1 the Critical Path Monitor (CPM) is no longer supported.
After removing the CCPMPLD library from the CAIDCM DD in the ENF stc the following messages are produced and ENF ends with U0203.
10.11.42 STC10145 CAS9214I - CA-ENF Command: DCM(CADBODCM) * CRITICAL PATH MONIT 210
210 CAS9312E - Load failed for DCM object "CADBODCM" - X'00000806'/X'00000
210 004'.
210 CAS9304I - M312Help: DCM object could not be found in..
210 CAS9304I - M312Help: CAIDCM
210 CAS9314E - DCM processing completed with error.
210 CAS9203E - CA-ENF Initialization error - terminating
Release : 12.1
Component : CA 7
in previous releases CPM required some statements to be defined in ENFPARMS:
*----------------------------------------------------------------
* Critical Path Monitoring (DCM=CADBODCM EVENT=CABMSSTA)
*----------------------------------------------------------------
DCM(CADBODCM) * Critical Path Monitoring
EVENT(CABMSSTA,ACT)
EVENT(CABMSSTA,REC)
EVENT(CABMSSTA,PURGE=Y)
EVENT(CABMSSTA,RP=1)
With release 12.1 it is necessary to remove the CCPMPLD from the CAIDCM DD in ENF STC but the following statements should be removed from the ENFPARMS member as well.
*----------------------------------------------------------------
* Critical Path Monitoring (DCM=CADBODCM EVENT=CABMSSTA)
*----------------------------------------------------------------
DCM(CADBODCM) * Critical Path Monitoring
EVENT(CABMSSTA,ACT)
EVENT(CABMSSTA,REC)
EVENT(CABMSSTA,PURGE=Y)
EVENT(CABMSSTA,RP=1)