COBOL Manual for TNS/E Programs (H06.03+)
Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
47-47
Message List
230 (Error)
Cause. The MESSAGE SOURCE clause references an object about which one of
these is true:
•
It is not a fixed-size alphanumeric data item.
•
It is a table item.
•
It has fewer than 32 character positions.
•
It begins on an odd-character boundary within a record.
231 (Error)
Cause. The ERROR CODE references an undefined name.
232 (Error)
Cause. The ERROR CODE clause references either an object that is not an unsigned
integer data item or an object that is a table or special register.
233 (Warning or Error)
Cause. Warning: One of:
•
The maximum value assignable to the data item referenced in the DEPENDING
phrase of an OCCURS clause is less than the maximum occurrence number of the
table.
•
The maximum value assignable to the data item referenced in the DEPENDING
phrase of a RECORD clause is less than the maximum record size.
Error: One of:
•
The maximum value assignable to the POINTER operand in a STRING statement
is less than or equal to the size of the receiving operand.
•
The maximum value assignable to the POINTER operand in an UNSTRING
statement is less than or equal to the size of the sending operand.
Message source item not simple alphanumeric, has improper
size, or not word-aligned
Error code item not found
Error code item not simple unsigned integer
Permitted value exceeds data item size










