Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)

Procedure Division
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual426750-001
6-78
SEND Statement
Action Without ON ERROR Clause. The system periodically rerequests a link.
When the server class is added to the configuration, the system continues with the
processing of the SEND statement.
TERMINATION-STATUS 6
Cause. The value given for the name of the server class does not have the format of a
valid server class name.
Action Without ON ERROR Clause. The system suspends the terminal with a fatal
error.
TERMINATION-STATUS 7
Cause. The message to the server is larger than allowed by the TCP configuration.
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
TERMINATION-STATUS 10
Cause. The reply code found in the reply from the server does not match any codes
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
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.
ILLEGAL SERVER CLASS NAME
MESSAGE TOO LARGE
MAXIMUM REPLY TOO LARGE
UNDEFINED REPLY