BPELAREL

Routing code

Release a latch.
Return Code
Explanation
X'00000004'
The latch was not released because it is owned in exclusive mode by the caller.
X'00000008'
The latch was not released because it is owned in exclusive mode by another caller.
X'0000000C'
The latch was not released because it is owned in shared mode by one or more other callers.
X'00000010'
The latch was not released because it is not owned.
X'00000014'
The latch was not transferred because the ECB, to which the latch was to be transferred, was waiting to get the latch in shared mode.
X'00000018'
The latch was released (MODE=EX), but a protocol error might have occurred. The latch had been transferred to the caller's ECB from a different ECB, but the caller had never accepted the latch.
X'000000F8'
The requested function is not present in the BPE system at execution time. This is likely due to a macro or module mismatch.
X'000000FC'
The parameter list version generated by the macro is not supported by the called service routine. This is likely due to a macro or module mismatch.