Pathway/iTS System Management Manual (G06.24+)

TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual426748-002
13-39
TCP Messages
3178
Cause. A SCREEN COBOL program unit attempted to receive an unsolicited
message, but the terminal was not configured for unsolicited messages.
Effect. The operation fails.
Recovery. Configure the MAXINPUTMSGS attribute for the associated TERM or
PROGRAM object to a value greater than zero.
3179
Cause. A SCREEN COBOL program unit attempted to execute the TRANSFORM
verb, but there was data left unprocessed from the source data stream.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1.
3180
Cause. A SCREEN COBOL program unit tried to execute the TRANSFORM verb, but
there was not enough data in the source data stream to satisfy the destination data
items.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1.
3181
Cause. A field being processed during delimited field processing is larger than the
maximum size specified in its declaration.
*3178* TERM term-name, ATTEMPT TO RECEIVE UNSOLICITED MESSAGE
WHEN TERM MAXINPUTMSGS = 0
*3179* TERM term-name, DATA LEFT OVER ON SCATTER TO WORKING
STORAGE
*3180* TERM term-name, NOT ENOUGH DATA FOR SCATTER TO WORKING
STORAGE
*3181* TERM term-name, VARIABLE FIELD SIZE WOULD EXCEED
DECLARED FIELD SIZE