COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-47
Message List
229 (Error)
Cause. The MESSAGE SOURCE references an undefined name.
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.
Message source item not found
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