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 Manual—426750-001
D-7
TERMINATION-STATUS 17 Pathway Error 3177
Cause. An attempt was made to execute the REPLY TO UNSOLICITED MESSAGE
statement but no RECEIVE UNSOLICITED MESSAGE statement had been previously
issued. This error applies to the REPLY TO 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.
TERMINATION-STATUS 18 Pathway Error 3178
Cause. The PATHCOM SET TERM parameter MAXINPUTMSGS is set to 0 (which is
the default). Therefore, an attempt was made to receive an unsolicited message, but the
front-end process is not queueing unsolicited messages. 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.
TERMINATION-STATUS 19 Pathway Error 3179
Cause. The output (source) record was longer than the input (destination) record
specified in the YIELDS list. This error applies to the 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 20 Pathway Error 3180
Cause. The output (source) record was shorter than the input (destination) record
specified in the YIELDS list. This error applies to the 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.
NO UNSOLICITED MESSAGE TO REPLY TO
ATTEMPT TO RECEIVE UNSOLICITED MESSAGE WHEN TERM MAXINPUTMSGS
= 0
DATA LEFT OVER ON SCATTER TO WORKING STORAGE
NOT ENOUGH DATA FOR SCATTER TO WORKING STORAGE