An IDMS CV is issuing this message at startup but otherwise working as expected.
DC391513 V1 Warning: SYSIDMS parameter DMCL=CV02DMCL ignored; using RHDCPARM DMCL=CV01DMCL
What does this mean?
Release: All supported releases.
A DMCL has been specified in the SYSIDMS file of an IDMS CV and it is different to the one specified in the runtime options as specific in the EXEC parms of the startup module.
Specifying a DMCL in SYSIDMS is valid only in a batch job - not in the JCL of a CV. If one is specified for a CV, it must be the same as the one specified in the runtime options. If it isn't, the DC391513 message is issued as a warning and the one in the runtime options is used.
Note: The reference to RHDCPARM in the message text is obsolete. Prior to r18.0, runtime options were specified in a #DCPARM macro and an RHDCPARM module was created and linked with the startup module.