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

Appendix A 157
Status Info
ACTION: Reduce the lengths of the PIPs until their combined length is
less than or equal to 1980 bytes.
-1010 MESSAGE: Too many PIP subfields.
CAUSE: The remote TP has sent more PIPs than the number specified
in the
NumPIPs
parameter of the MCGetAllocate intrinsic.
ACTION: Consult with the remote programmer to make sure the
number of PIPs sent matches the value in the
NumPIPs
parameter.
-1020 MESSAGE: Deallocate Abend.
CAUSE: The remote TP issued the equivalent of the MCDeallocate
intrinsic, specifying the deallocate type ABEND.
ACTION: All buffers have been flushed. If the local TP was in Receive
state, data may been lost. After receiving this status info value, the
local TP is in Deallocate state and must issue the MCDeallocate
intrinsic with
DeallocateType
= LOCAL.
-1030 MESSAGE: TPStarted request rejected.
CAUSE: The TPStarted intrinsic did not execute successfully because
the maximum number of concurrently active TPs has been reached.
ACTION: Attempt program execution at a time when resources are not
in heavy demand. The maximum number of TPs allowed to be
executing at one time is 8 on MPE V, or 256 on MPE XL.
-1033 MESSAGE: Unable to open file specified in the 'TraceFile' parameter.
CAUSE: Invalid
TraceFile
parameter specified in intrinsic call. The
disc file name specified in the
TraceFile
parameter is not a valid
name, is not terminated with a blank, or specifies an unknown file
name, lockword, group name, or account name.
ACTION: Verify that the disc file name specified in the
TraceFile
parameter is valid, is terminated with a blank, and specifies a valid file
name, lockword, group name, and account name.
CAUSE: If two TP processes try to open the same trace file, the first
process will be successful, and the second process will receive this
status info value.
ACTION: Verify that different TPs specify different trace file names. If
more than one instance of the same TP will be executing at the same
time, allow the trace file name to default.
-1034 MESSAGE: Out of range 'TraceSize' parameter specified in intrinsic
call.
CAUSE: The
TraceSize
parameter is not within its valid range.
ACTION: Verify that the
TraceSize
parameter is a value from 1
through 32767.