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

Procedure Division
HP NonStop Pathway/iTS SCREEN COBOL Reference Manual426750-003
6-113
SEND Statement
TERMINATION-STATUS 19
Cause. This error is not used in Pathway/iTS 1.1 and is kept for being compatible with
the existing applications.
TERMINATION-STATUS 24
Cause. The primary TCP abended while a SEND was outstanding to a server
process.
Action Without ON ERROR Clause. If the terminal is in transaction mode, the
backup TCP, after take over, logs a message to PATHMON and then aborts the
current transaction and restarts from BEGINTRANSACTION statement. If the terminal
is not in transaction mode, the backup TCP, after take over, logs a message to
PATHMON and then aborts the terminal. In this case, recovery action is application
specific. PATHTCP4 does not have any information about the status of the last SEND
or DIALOG-BEGIN or DIALOG-SEND. If the send operation is retryable, the terminal
can be restarted and SEND or DIALOG-BEGIN or DIALOG-SEND verb can be
reissued.
TERMINATION-STATUS 25
Cause. While executing a SEND statement, TCP could not connect to the ROUT
process because of a retryable ROUT connect error. Typical file-system errors are
FENOTRDY, FENOLCB and FETOOMANY. The message did not reach the server
process. Since the errors are retryable, the SCOBOL requester can retry the operation
after some time delay. The TERMINATION-SUBSTATUS special register stores the
file system error.
Action Without ON ERROR Clause. The system suspends the terminal. However,
the terminal can be resumed.
PATHMON LICENSE ERROR
TCP ABENDED WHILE SEND/DIALOG OUTSTANDING
RETRYABLE ROUT CONNECT ERROR
Note. The TERMINATION-SUBSTATUS special register contains the file-system error.