BPELOAD codes

A problem occurred when loading a module.

Return code
Explanation
X'00000004'
For a list-form load (MODLIST), at least one of the modules in the list had an error.
X'0000000C'
Specified module was not found.
X'00000010'
BLDL for module failed. This error is most likely due to an internal error with BLDL, such as an out-of-storage condition.
X'00000014'
Load of module failed. The module was found in the library, but LOAD returned a nonzero return code.
X'00000018'
A BPE SRB-mode caller specified TCB=CURRENT. SRB-mode callers must specify TCB=JSTP.
X'00000028'
TCB=JSTP required an AWE to be queued to JSTP TCB for LOAD processing, and the AWE enqueue failed.
X'00000030'
Internal failure in load processing.
X'000000F8'
The requested function is not present in the BPE system at execution time. This problem is likely due to a macro/module mismatch.
X'000000FC'
The parameter list version generated by the macro is not supported by the called service routine. This problem is likely due to a macro/module mismatch.