BPETHDCR

Routing code

Create a thread.
Return Code
Explanation
X'00000004'
Create failed: An invalid BPE TCB token was passed on the TCBTKN parameter.
X'00000008'
Create failed: A bad TCB index value was passed on the TCBIDX parameter.
X'0000000C'
Create failed: A zero routine address was passed on the ROUTINE parameter.
X'00000010'
Create failed: A bad TCB table entry address was passed into the thread create routine. The BPETHDCR macro determines the TCBT address based on whichever of the TCBIDX, TCBTKN, or TCBTYPE parameters is specified. Ensure that this parameter is correctly coded.
X'00000014'
Create failed: Unable to get storage for a Thread Control Block (THCB) for the thread.
X'00000018'
Create failed: Unable to get stack storage for the thread.
X'0000001C'
Create failed: The initial POST of the thread failed.
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.