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

Errors for Message Section Statements
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual426750-001
D-6
TERMINATION-STATUS 14 Pathway Error 3174
Cause. An attempted termination of an outstanding READ operation, or its associated
I/O, did not complete within 5 minutes. This error applies to the SEND MESSAGE
statement.
Effect. If no ON ERROR clause is specified, the system suspends the program unit with
a fatal error. The TCP error is logged to the PATHMON log file.
TERMINATION-STATUS 15 Pathway Error 3175
Cause. An edit error was detected while the TCP was building the output message.
This error applies to the following statements:
SEND MESSAGE statement
TRANSFORM statement
REPLY TO UNSOLICITED MESSAGE statement
Effect. A TERMINATION-SUBSTATUS of 15 is returned only for messages mapped
through the Message Section. If no ON ERROR clause is specified, the system
suspends the program unit with a fatal error. The TCP error is logged to the PATHMON
log file.
TERMINATION-STATUS 16 Pathway Error 3176
Cause. An attempt was made to receive an unsolicited message but no reply has been
made to the previous message. This error applies to the RECEIVE UNSOLICITED
MESSAGE statement.
Effect. If no ON ERROR clause is specified, the system suspends the program unit with
a fatal error. The TCP error is logged to the PATHMON log file. The SCREEN
COBOL program unit needs to execute the REPLY TO UNSOLICITED MESSAGE
statement.
CONTROL-26 OPERATION DID NOT COMPLETE IN TIME
EDIT ERROR OCCURRED ON MESSAGE OUTPUT
ATTEMPT TO RECEIVE UNSOLICITED MESSAGE WITH ONE NOT YET
REPLIED TO