BPELOADC
Routing code
Load/call/delete a module.
- Return Code
- Explanation
- X'00000004'
- The LOAD and call of the module were successful, but the subsequent DELETE of the module failed. The return code that the module passed back in register 15 is in the word or register specified by MODRC.
- X'00000008'
- The module specified on EP or EPLOC could not be loaded. The contents of the word or register specified by MODRC is undefined.
- 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.