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

Procedure Division
HP NonStop Pathway/iTS SCREEN COBOL Reference Manual426750-003
6-45
DIALOG-BEGIN
TERMINATION-STATUS 8
Cause. The size of one or more replies specified in the DIALOG-BEGIN statement is
larger than allowed by the TCP configuration. The maximum number of bytes permitted
for an outgoing DIALOG-BEGIN 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 DIALOG-BEGIN statement from any
terminal controlled by the TCP
The longest reply possible from any server replying to a DIALOG-BEGIN 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 log file.
TERMINATION-STATUS 10
Cause. The reply code found in the reply from the server does not match any code
specified in the DIALOG-BEGIN statement.
Action Without ON ERROR Clause. The system suspends the terminal. If the
terminal execution is resumed, when the operator issues a PATHCOM RESUME
command, the corresponding DIALOG-BEGIN statement is retried. If the terminal is in
transaction mode, the transaction is backed out and the terminal is suspended. If the
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.
TERMINATION-STATUS 11
Cause. The length of the reply received from the server is not equal to the length
specified by the selected YIELDS list.
Action Without ON ERROR Clause. TCP suspends the terminal. TCP logs error
3115 only if the directed PATHMON is the owning PATHMON for TCP. No error is
logged if the directed PATHMON is external to TCP.
MAXIMUM REPLY TOO LARGE
UNDEFINED REPLY
REPLY LENGTH INVALID
Note. The TERMINATION-SUBSTATUS special register contains the information of the reply
length received (in bytes).