Pathway/iTS System Management Manual (G06.24+)
TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual—426748-002
13-19
TCP Messages
3062
Cause. Translation routines were unable to correctly translate data from internal
format to the external format required by the device. The field in error is indicated by
the DESCRIPTOR number.
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.
3063
Cause. Translation routines were unable to correctly translate data from internal
format to the external format required by the device. The SCREEN COBOL operand
that encountered the problem is indicated in the INST ADDR field.
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: this error is the same as that reported by message 3062,
except that, for internal reasons, the data descriptor is not available for reporting in the
message. The offset can be mapped to the SCOBOLX verb that failed if the compiler
?MAP directive is used.
3064
Cause. The TCP displayed a truncated data item. Truncation can occur with double-
byte character data items that equal the maximum field length specified. A screen field
containing double-byte characters can be truncated for one of the following reasons:
•
Insertion of Shift In-Shift Out characters into a data stream being sent to an IBM
device caused the number of displayable characters to exceed the field size.
*3062* TERM term-name, INVALID KATAKANA OR DBCS DATA -
DESCRIPTOR (number) --- INST CODE:instruct AT OFFSET %offset
IN PROGRAM UNIT unit(version) IN TCLPROG tclprog
*3063* TERM term-name, INVALID KATAKANA OR DBCS DATA -
INST ADDR inst-addr --- INST CODE: instruct AT OFFSET %offset
IN PROGRAM UNIT unit(version) IN TCLPROG tclprog
*3064* TERM term-name, TRUNCATION OCCURRED DURING DISPLAY OF
DBCS DATA --- INST CODE: instruct AT OFFSET %offset
IN PROGRAM UNIT unit(version) IN TCLPROG tclprog