Pathway/iTS System Management Manual (G06.24+)
TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual—426748-002
13-21
TCP Messages
3067
Cause. 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.
Effect. The program terminates abnormally.
Recovery. Abort the terminal. Then either upgrade the terminal to support the
application data or modify the requester-server application to conform to the device
environment.
Debugging information: the descriptor number appears on the compiler MAP listing in
the DESC column and indicates the ITEM NAME that caused the error.
3068
Cause. The terminal control process (TCP) encountered a data field that does 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 that does not support mixed fields. This
error could also occur on 65xx terminals when the wrong TCP library is used.
Effect. The program terminates abnormally.
Recovery. Abort the terminal. Then, depending on the cause of the error, either
upgrade the terminal to support the application data, modify the requester-server
application to conform to the device environment, or use the correct TCP library.
Debugging information: this is the same error as message 3067, except that, for
internal reasons, the data descriptor number is not available for reporting in the
message.
*3067* TERM term-name, FIELD CONTAINS OTHER THAN DCBS -
DESCRIPTOR number --- INST CODE:instruct AT OFFSET %offset
IN PROGRAM UNIT unit(version) IN TCLPROG tclprog
*3068* FIELD CONTAINS OTHER THAN DBCS DATA -
INST ADDR inst-addr --- INST CODE: instruct AT OFFSET %offset
IN PROGRAM UNIT unit(version) IN TCLPROG tclprog