BPECBGET
Routing code
Get a control block.
- Return Code
- Explanation
- X'00000004'
- A bad CBTE address was passed to the CB get routine. The get routine validates that the CBTE address it is passed has the character string "CBTE" as the first word of the block. If it does not, this return code is passed back to the caller. This is likely an internal systems error of some kind.
- X'00000008'
- Storage was unavailable to satisfy the request.
- 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.