TCP Error Messages
NonStop Pathway/iTS Management Programming Manual—426749-002
12-18
Error-Message Range 3000 Through 3999
Recovery. Truncation of double-byte data may be acceptable. If not, define larger
data field lengths in the requester-server application, or define fields that do not wrap
from one row to the next.
3065: ZPWY-ERR-TCP-NOKATAKANALLOWED1
An attempt was made to run a SCREEN COBOL program unit containing Katakana
data on a device that does not support Katakana data.
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 program terminates abnormally.
Recovery. Abort the terminal from the Pathway subsystem and either upgrade the
terminal to support the application data or modify the requester-server application to
conform to the device environment.
3066: ZPWY-ERR-TCP-NOKATAKANALLOWED2
An attempt was made to run a SCREEN COBOL program unit containing Katakana
data on a device that does not support Katakana data.
This is the same error as reported by 3065, except that, for internal reasons, the data
descriptor number is not available for reporting in the message.
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 program terminates abnormally.
Recovery. Abort the terminal from the Pathway subsystem and either upgrade the
terminal to support the application data or modify the requester-server application to
conform to the device environment.
3067: ZPWY-ERR-TCP-NOTDBCSDATA1
The TCP encountered a data field that did not contain only double-byte (Kanji)
character data. The SCREEN COBOL programmer has attempted to display mixed or
single-byte characters in a PIC N only screen field, or to display a mixed field on an
IBM 3270 device that does not support mixed fields.
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 program terminates abnormally.
Recovery. Abort the terminal from the Pathway subsystem and either upgrade the
terminal to support the application data or modify the requester-server application to
conform to the device environment.