BPEBPCRE

Routing code

Create a buffer pool.
Return Code
Explanation
X'00000004'
The value specified on the INCREMENT parameter was zero or negative.
X'00000008'
The value specified on the MINBUF parameter was zero or negative.
X'0000000C'
The value specified on the MAXBUF parameter was less than the MINBUF value.
X'00000010'
The value specified on the PRIMARY parameter was negative.
X'00000014'
The value specified on the UPPERLIMIT parameter was less than the PRIMARY or MAXIMUM values.
X'00000018'
The subpool specified on SP was invalid or unsupported.
X'0000001C'
The buffer format specified on the FORMAT parameter is an invalid format for the current version of the buffer create service.
X'00000020'
Either the pointer to the 4-character buffer pool type string was zero, or the string was all blanks or all nulls.
X'00000024'
A buffer pool of the type specified on the TYPE parameter has already been created. The token of the already-existing pool is returned in the location indicated by the TOKEN parameter.
X'00000040'
A BPEGETM call failed for control block storage for the new buffer pool.
X'00000044'
A BPEGETM call failed for the primary allocation of buffer storage.
X'00000048'
BPELOAD failed for one or more of the BPE buffer manager service modules for the requested pool format.
X'0000004C'
A BPELAGET call failed when trying to get the buffer pool create or destroy latch.
X'00000050'
An abend occurred in buffer pool create processing. The buffer pool was not created.
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.