The BPE SVC routine was unable to GETMAIN storage for an internal
work area. R0 = return code from GETMAIN.
X'00000008'
The BPE SVC routine could not establish a recovery environment
using the MVS ESTAE macro. R0
= return code from ESTAE.
X'0000000C'
The BPE SVC routine could not locate its main control block (the
BPESVCA block). This is likely due to errors initializing the BPE
SVC routine or other BPE system services.
X'00000010'
An invalid SVC function code was passed to the BPE SVC routine
in register 0. R0 contains the invalid function code.
X'00000014'
The BPE SVC function requested requires the caller to be authorized
(supervisor state and key 0-7), and the caller was not authorized.
X'00000018'
An abend occurred in the BPE SVC routine or in the named function
routine. R0 contains the abend code.
X'0000001C'
The address for the name of the named function was zero (REGISTER,
DEREGISTER, CALL).
X'00000020'
The BPE SVC module was unable to get a SYSTEM level ENQ on the
resource SYSZBPE SVCNFHTB, which is required in order to serialize
the named function hash table. R0 = the return code from the ENQ macro.
X'00000024'
The named function indicated could not be found (QUERY, REGISTER,
DEREGISTER, CALL).
X'00000040'
The PSW key indicated for the named function being registered
was not in the range 0-7. Named function routines must run in a system
key (REGISTER).
X'00000044'
The BPE SVC routine could not obtain storage for an SVC Function
Block (SVCF) for the function being registered. R0 = return code from
GETMAIN (REGISTER).
X'00000048'
The named function being registered is already registered and
the REPLACE parameter did not allow it to be replaced (REGISTER).
X'00000060'
The named function that was requested to be called requires the
caller to be authorized (supervisor state, key 0-7), and the caller
was not authorized (CALL).
X'00000064'
The BPE SVC routine could not obtain work area storage for the
named function routine to be called. R0 = return code from GETMAIN
(CALL).
X'00000080'
The STOKEN address passed to the EOMCLEANUP function was zero
(EOMCLEANUP).
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.