Pathway/iTS System Management Manual (G06.24+)
TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual—426748-002
13-38
TCP Messages
3175
Cause. An edit error occurred on output to an intelligent device.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1. If a USER CONVERSION clause is used in the program, check the user
conversion routine.
3176
Cause. A SCREEN COBOL program unit attempted to receive an unsolicited
message before replying to a previously received unsolicited message.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1. On accepting an unsolicited message, a requester must always perform
a REPLY TO UNSOLICITED MESSAGE statement before attempting to receive
another unsolicited message.
3177
Cause. A SCREEN COBOL program unit attempted to reply to an unsolicited
message when there was no pending unsolicited message.
Effect. The reply attempt fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1. A requester must reply to an unsolicited message only after successfully
receiving an unsolicited message.
*3175* TERM term-name, EDIT ERROR OCCURRED ON MESSAGE OUTPUT
*3176* TERM term-name, ATTEMPT TO RECEIVE UNSOLICITED MESSAGE
WITH ONE NOT YET REPLIED TO
*3177* TERM term-name, NO UNSOLICITED MESSAGE TO REPLY TO