TCP Error Messages
NonStop Pathway/iTS Management Programming Manual—426749-002
12-6
Error-Message Range 3000 Through 3999
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 Additional
Information for Terminal Errors on page 12-3.
3010: ZPWY-ERR-TCP-TERMFORMAT
There is an error in the TCP format routines. This is a TCP internal error.
This error does not appear in the RETCODE token or in an error list; it appears only in
response to a STATUS TCP or STATUS TERM command.
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 Additional
Information for Terminal Errors on page 12-3.
3011: ZPWY-ERR-TCP-BADTERMTYPE
An attempt was made to execute a SCREEN COBOL program unit compiled for one
type of device on an incompatible device. If the device types are compatible, then a
TCP internal error has occurred.
This error does not appear in the RETCODE token or in an error list; it appears only in
response to a STATUS TCP or STATUS TERM command.
Effect. The operation fails.
Recovery. Check that the terminal type specified when the program unit was compiled
is compatible with the physical terminal; if not, resolve the incompatibility. Otherwise,
an internal error has occurred; contact your service provider.
3012: ZPWY-ERR-TCP-SCREENNOTDISPLAY
A reference has been made to a screen that is not displayed.
This error does not appear in the RETCODE token or in an error list; it appears only in
response to a STATUS TCP or STATUS TERM command.
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 Additional
Information for Terminal Errors on page 12-3.
3013: ZPWY-ERR-TCP-DUPOVERLAY
An attempt was made to display an overlay screen in more than one overlay area at
the same time.