Pathway/iTS SCREEN COBOL Reference Manual (H06.10+, J06.03+)

Procedure Division
HP NonStop Pathway/iTS SCREEN COBOL Reference Manual426750-003
6-110
SEND Statement
TERMINATION-STATUS 7
Cause. The message to the server is larger than allowed by the TCP configuration.
Action Without ON ERROR Clause. TCP suspends the terminal and an error
message is sent to the PATHMON’s log file.
TERMINATION-STATUS 8
Cause. The size of one or more replies specified in the SEND statement is larger than
allowed by the TCP configuration. The maximum number of bytes permitted for an
outgoing SEND message or a server reply message is specified using the MAXREPLY
parameter of the PATHCOM SET TCP command, which should be set to the larger of:
The longest outgoing message from any SEND statement from any terminal
controlled by the TCP
The longest reply possible from any server replying to a SEND statement from any
terminal controlled by the TCP
Action Without ON ERROR Clause. TCP suspends the terminal and an error
message is sent to the PATHMON’s log file.
TERMINATION-STATUS 10
Cause. The reply code found in the reply from the server does not match any code
specified in the SEND statement.
Action Without ON ERROR Clause. The system suspends the terminal. If terminal
execution is resumed when the operator issues a PATHCOM RESUME command, the
corresponding SEND statement is retried. If the terminal is in transaction mode, the
transaction is backed out and the terminal is suspended. If terminal execution is
resumed, the transaction is restarted. TCP logs error 3112 only if the directed
PATHMON is the owning PATHMON for TCP. No error is logged if the directed
PATHMON is external to TCP.
MESSAGE TOO LARGE
MAXIMUM REPLY TOO LARGE
UNDEFINED REPLY