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-3
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 5 Pathway Error 3165
Cause. The message applies to one of the following conditions.
If the error is for a SEND MESSAGE statement or a TRANSFORM statement, an
edit error occurred on input.
If the error is for a RECEIVE UNSOLICITED MESSAGE statement, an edit error
occurred on input of an unsolicited message.
Effect. This error is returned only for messages mapped through the Message Section.
If the error is for a RECEIVE UNSOLICITED MESSAGE statement, the unsolicited
message is rejected. An error 10 (COULD NOT DELIVER) is returned by the TCP to
the sender of the unsolicited message. 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 6 Pathway Error 3166
Cause. The message received was larger than 32,000 bytes. This error applies to the
following statements:
SEND MESSAGE statement
TRANSFORM 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 7 Pathway Error 3167
Cause. The assembled message for output was larger than 32,000 bytes. This error
applies to the following statements:
SEND MESSAGE statement
TRANSFORM 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.
EDIT ERROR OCCURRED ON MESSAGE INPUT
RECEIVED MESSAGE EXCEEDS MAXIMUM ALLOWABLE SIZE
MESSAGE TO SEND EXCEEDS MAXIMUM ALLOWABLE SIZE