Previous Topic: INITAWS ParameterNext Topic: CA Automation Point-related Parameters


INITCPM Parameter

You must set the parameter INITCPM to YES in the OPSSPA00 (or equivalent) member before starting the interface to CA CPM Version 3.

For detailed information about that interface, see the chapter “Critical Path Monitoring” in the Administration Guide.

If the INITCPM parameter is set to a value of ON and CAIENF is not available, the highlighted OPx0301S error message will be issued at regular intervals until CAIENF is started. If you want to avoid these error messages, we suggest that rather than unconditionally setting this parameter to a value of ON in the initial REXX exec, you provide automation to set this parameter appropriately and restart the CAIENF interface when CAIENF is available. Sample rules CAS9200I and CAS9300E in library OPS.CCLXSAMP are provided to do this.

Default value

NO|OFF

Other possible values:

YES|ON

Set or Modify

Anytime

Example: INITCPM

The following activates the CA OPS/MVS CPM ENF event gathering feature:

OPSPRM("SET","INITCPM","YES")

Note: Changes take effect only the next time the CA OPS/MVS CAIENF interface task is recycled through the F OPSx,RESTART(CPM) command.