Pathway/iTS System Management Manual (G06.24+)
TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual—426748-002
13-34
TCP Messages
Recovery. For information regarding the specified file-system error, see the Guardian
Procedure Errors and Messages Manual.
3162
Cause. The message received from a RECEIVE UNSOLICITED MESSAGE
operation, a TRANSFORM operation, or a SEND MESSAGE operation was smaller
than expected. The length of the message received 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.
3163
Cause. The message received from a RECEIVE UNSOLICITED MESSAGE operation
or as a reply to a SEND MESSAGE operation was larger than expected. The length of
the message received is indicated in bytes.
The number of bytes received by the terminal control process (TCP) during data
overflow may be less than the number of bytes that the IDS or UMP process sends.
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.
3164
Cause. The message received from a RECEIVE UNSOLICITED MESSAGE operation
or as a reply to a SEND MESSAGE operation is undefined. The message code did not
match any of the reply codes specified in the YIELDS or SELECT list.
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.
*3162* TERM term-name, RECEIVED MESSAGE SMALLER THAN EXPECTED
(byte-length)
*3163* TERM term-name, RECEIVED MESSAGE LARGER THAN EXPECTED
(byte-length)
*3164* TERM term-name, CODE OF RECEIVED MESSAGE UNDEFINED