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

TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual426748-002
13-27
TCP Messages
3112
Cause. A server replied with a message containing a reply code not listed in the
SEND statement of the program.
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.
3113
Cause. The size of a message for a SEND to a server exceeds that allowed by the
SERVERPOOL attribute in the terminal control process (TCP) configuration.
Effect. The operation fails.
Recovery. Redefine the value of the SERVERPOOL attribute, or 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.
3114
Cause. The size of either the largest SEND message or the longest possible reply
exceeds the size defined for the MAXREPLY attribute.
Effect. The operation fails.
Recovery. Redefine the MAXREPLY attribute, or 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.
3115
Cause. The size of the reply received from the server did not correspond to the size of
the selected YIELDS list given in the SEND statement of the program. byte-length
is the length of the reply received in bytes.
*3112* TERM term-name, REPLY NUMBER NOT KNOWN TO PROGRAM
*3113* TERM term-name, TRANSACTION MESSAGE SIZE EXCEEDS LIMIT
*3114* TERM term-name, MAXIMUM REPLY SIZE EXCEEDS LIMIT
*3115* TERM term-name, TRANSACTION REPLY SIZE INVALID
(bytes-length)