LU 6.2 API Application Programmer's Reference Guide (30294-90008)

148 AppendixA
Status Info
-4 MESSAGE: Out of range 'ReturnControl' parameter specified in
intrinsic call.
CAUSE: (MPE V only) The
ReturnControl
parameter has been set to a
value other than 0.
ACTION: Because this parameter is not currently implemented, the
value must always be 0. The parameter can be explicitly set to 0 in the
intrinsic call, or it can be omitted from the intrinsic call and allowed to
default to 0.
CAUSE: (MPE XL only) The
ReturnControl
parameter has been set to a
value other than 0 or 1.
ACTION: The
ReturnControl
parameter of the MCAllocate intrinsic
can be either 0 (IMMEDIATE) or 1 (WHEN_SESSION_ALLOCATED).
Check to see that it is set to a valid value.
-5 MESSAGE: Out of range 'SyncLevel' parameter specified in intrinsic
call.
CAUSE: The value of the
Synclevel
parameter is not valid.
ACTION: Verify that
Synclevel
is either 0 or 2.
-6 MESSAGE: PIP data length is out of range.
CAUSE: The length of an individual PIP is out of range.
ACTION: Verify that the length of each PIP is greater than or equal to 0
bytes and less than or equal to 1980 bytes.
-7 MESSAGE: Out of range 'Timer' parameter specified in intrinsic call.
CAUSE: The value for the
Timer
parameter is not within its valid range.
ACTION: Verify that the
Timer
parameter is a value from 0 through
28800 seconds.
-8 MESSAGE: Out of range 'DeallocateType' parameter specified in
intrinsic call.
CAUSE: The
DeallocateType
parameter is not a valid value.
ACTION: Verify that the
DeallocateType
parameter is 0, 1, 2, 5 or 6.
-8 MESSAGE: Out of range 'DeallocateType' parameter specified in
intrinsic call.
CAUSE: The
DeallocateType
parameter is not a valid value.
ACTION: Verify that the
DeallocateType
parameter is 0, 1, 2, 5 or 6.
-11 MESSAGE: Out of range 'Length' parameter specified in intrinsic call.
CAUSE: The value of the
Length
parameter is out of its valid range.