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

TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual426748-002
13-35
TCP Messages
3165
Cause. An edit error occurred on input from an intelligent device.
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. If a USER CONVERSION clause is used in the program, check the user
conversion routine.
3166
Cause. The message received was larger than the maximum number of bytes allowed
by the TCP configuration. The length of the received message is indicated in bytes.
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.
3167
Cause. After conversion of message data from an unsupported format to a supported
format, the message to be sent or received with a SEND MESSAGE statement was
larger than the maximum number of bytes supported by the buffer. The length of the
received message is indicated in bytes.
Effect. The operation fails.
Recovery. If the user conversion routine is causing the error, correct the routine. If the
user conversion routine is not causing the problem, specify a larger reply area in the
SEND MESSAGE statement in your program. For instructions on how to locate the
problem within the program, see General Information
on page 13-1.
*3165* TERM term-name, EDIT ERROR OCCURRED ON MESSAGE INPUT
*3166* TERM term-name, RECEIVED MESSAGE EXCEEDS MAXIMUM
ALLOWABLE SIZE (byte-length)
*3167* TERM term-name, MESSAGE TO SEND EXCEEDS MAXIMUM
ALLOWABLE SIZE (byte-length)