TS/MP Supplement for Limits Relief (G06.26+)
Cause. The caller set bits in the flags parameter that are reserved and must be 0. This is a
programming error.
Typical file-system error: 2 (FEInvalOp).
Effect. The send initiation fails with an error.
Recovery. Set the reserved bits in the flags parameter to 0.
910
FEScMissingParameter
Cause. A required parameter was not supplied. This is a programming error.
Typical file-system error: 29 (FEMissParam).
Effect. The send initiation fails with an error.
Recovery. Check the syntax of the procedure call and supply the required parameters.
911
FEScInvalidBufferLength
Cause. The buffer length in the request-len or maximum-reply-len parameter for a
call to SERVERCLASS_SEND_, SERVERCLASS_DIALOG_BEGIN_, or
SERVERCLASS_DIALOG_SEND_ is invalid. This is a programming error.
Typical file-system error: 21 (FEBadCount).
Effect. The send initiation fails with an error.
Recovery. Check the buffer lengths allowed for the request-len and
maximum-reply-len parameters in the syntax description for the procedure call, and
specify the correct buffer lengths.
912
FEScParameterBoundsError
Cause. The address specified by a reference parameter is out of bounds, or the caller supplied a
reference parameter that is an extended address but does not have an extended segment in use.
This is a programming error.
Effect. The send initiation fails with an error.