BPELOAD
Routing code
Load 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'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 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.