COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-39
Message List
181 (Error)
Cause. A reference in the KEY phrase of an OCCURS clause identifies neither the
table item nor a data item defined in the table item that the clause describes.
182 (Error)
Cause. A table key data item is defined in, or as, a subordinate table item.
183 (Error)
Cause. A reference in the KEY phrase of an OCCURS clause identifies the table item
itself, and that reference is not the first reference in the KEY phrase.
184 (Error)
Cause. A literal in the VALUE clause describing a numeric data item or a condition-
name associated with a numeric data item is neither ZERO (or one of its equivalents)
nor a numeric literal, as it must be.
185 (Error)
Cause. A literal in the VALUE clause describing a nonnumeric data item or data
structure, or a condition-name associated with either type of item, is larger than the
data item itself.
186 (Error)
Cause. The VALUE clause describing a nonnumeric data item or data structure, or a
condition-name associated with either type of item, contains a numeric literal.
Key object not data item subordinate to its table
Key data item within subordinate table
Table item permitted only as first key data item
Nonnumeric literal not permitted for numeric data item
Nonnumeric literal exceeds item size
Numeric literal not permitted for nonnumeric or group data
item