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

Procedure Division
HP NonStop Pathway/iTS SCREEN COBOL Reference Manual426750-003
6-48
DIALOG-BEGIN
TERMINATION-STATUS 20
Cause. While running a DIALOG-BEGIN statement, the dialog has been aborted for
one of these reasons:
The server requested a dialog abort by replying with FEEOF.
The server terminated between send operations.
The server terminated immediately after replying and before TS/MP ROUT process
could reply to TCP.
Action Without ON ERROR Clause. The system abends the terminal. Any
transaction associated with the terminal is also abended.
TERMINATION-STATUS 21
Cause. A DIALOG-SEND statement failed because the server has either ended,
abended the dialog, or had terminated during an earlier DIALOG-BEGIN or DIALOG-
SEND call, causing an implicit dialog abort. The message has not reached the server.
The SCOBOL program must end the requester portion of dialog by calling DIALOG-
END.
Action Without ON ERROR Clause. The system aborts the terminal. Any transaction
associated with the terminal is also aborted.
TERMINATION-STATUS 22
Cause. While running a DIALOG-SEND statement, TCP found that the associated
dialog has been aborted because of a primary TCP failure. The message did not reach
the server process. The associated dialog is already aborted. The SCOBOL requester
must now end the dialog by calling DIALOG-END.
Action Without ON ERROR Clause. The system aborts the terminal.
DIALOG ABORTED
Note. The TERMINATION-SUBSTATUS special register contains the file-system error. The
SCOBOL requester must end the requester portion of the dialog by calling DIALOG-END. If the
DIALOG-BEGIN call was made under transaction, the transaction is also abended.
DIALOG ENDED
Note. The TERMINATION-SUBSTATUS special register contains the file-system error of the
last server response.
DIALOG INVALID