COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-58
Message List
292 (Error)
Cause. A subscript is in the specification of either the table operand in a SEARCH
statement or the key operand in a START statement.
293 (Error)
Cause. The reference to a table item or condition-name associated with a table item
does not have the correct number of subscripts.
294 (Error)
Cause. A reference to a table item appears as a subscript.
295 (Error)
Cause. The index-name appears in a reference whose subject is not described by the
OCCURS clause that defines the index-name.
296 (Error)
Cause. A reference modifier is specified, but the subject of the reference is not a data-
name described with USAGE DISPLAY.
297 (Error)
Cause. A reference modifier cannot be specified for the data item indicated.
Improper context for subscripts
Too many or too few subscripts
Table item not permitted in subscript
Index-name not associated with table level
Reference modifier permitted only for display data item
Improper context for reference modifier