COBOL Manual for TNS/E Programs (H06.03+)

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-36
Message List
164 (Error)
Cause. A table has more than 7 OCCURS clauses.
165 (Error)
Cause. A data item subordinate to a table item is described with an OCCURS clause
that includes the DEPENDING phrase.
166 (Error)
Cause. A data item that is part or all of a redefinition is described with an OCCURS
clause that includes the DEPENDING phrase.
167 (Error)
Cause. The RENAMES clause does not refer to a data item.
168 (Error)
Cause. The RENAMES clause references a data item that was not defined within the
preceding record description.
169 (Error)
Cause. The RENAMES clause references a 66-level item.
170 (Error)
Cause. The RENAMES clause references a table item, a subordinate of a table item,
or a data structure that has a variable size.
Table nesting too deep
Variable occurrences not permitted for subordinate table
Variable occurrences not permitted in redefinition
Renamed object not data item
Renamed data item not subordinate of preceding record
Renaming not permitted for 66 level data item
Renamed data item in table or has variable size