EQQCL71E EQQCL78E
|EQQCL71E OPNO() and EXCLOP() are mutually exclusive keywords
|Explanation: OPNO and EXCLOP are mutually exclusive keywords.
|System action: OCL terminates.
|User response: Correct the instruction, then resubmit the job.
|EQQCL72E Can't release the successor of operation
opnum
: APPL(
s_appl
) OPNO(
s_opnum
)
|Explanation: OCL tried to release an external successor of operation
opnum
, but a problem occurred.
|System action: OCL terminates.
|User response: Correct the instruction, then resubmit the job.
|EQQCL73E You can specify only one operation number
|Explanation: Only one operation number is accepted in the OPNO keyword.
|System action: OCL terminates.
|User response: Correct the instruction, then resubmit the job.
|EQQCL74E Default operation number is not specified (DEFOPNO parameter)
|Explanation: OCL is trying to release an internal successor. OCL would use the default operation number as an
|internal predecessor of this operation, but the default operation number was not specified in the DEFOPNO parameter
|of the OCL parmlib.
|System action: OCL terminates.
|User response: Specify the DEFOPNO parameter in the OCL parmlib.
|EQQCL75E OPNO() cannot be equal to DEFOPNO initialization parameter:
opnum
|Explanation: OCL is trying to release an internal successor of operation
opnum
. It would use the default operation
|number as an internal predecessor of this operation, but the value of OPNO must not be the same as the default
|operation number.
|System action: OCL terminates.
|User response: Correct the instruction, then resubmit the job.
|EQQCL76E Required keyword(s) missing. Specify the INIT instruction
|Explanation: The variable table or the OPC subsystem name was not supplied.
|System action: OCL terminates.
|User response: Specify the INIT instruction before the UPD or SETUPD instructions, then resubmit the job.
|EQQCL77E Can't define the default operation number
opnum
as a predecessor of
s_opnum
|Explanation: OCL tried to add the default operation number
opnum
as a predecessor of
s_opnum
.
s_opnum
is the
|internal successor to be released by the RELOP instruction.
|System action: OCL terminates.
|User response: Correct the instruction, then resubmit the job.
|EQQCL78E Can't release the successor operation:
s_opnum
|Explanation: OCL tried to release an internal successor, but a problem occurred.
|System action: OCL terminates.
|User response: Contact your IBM representative.
Chapter 5. EQQCLnnn Messages 61