COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
Cause
A table has more than 7 OCCURS clauses.
165 (Error)
Variable occurrences not permitted for subordinate table
Cause
A data item subordinate to a table item is described with an OCCURS clause that includes the
DEPENDING phrase.
166 (Error)
Variable occurrences not permitted in redefinition
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)
Renamed object not data item
Cause
The RENAMES clause does not refer to a data item.
168 (Error)
Renamed data item not subordinate of preceding record
Cause
The RENAMES clause references a data item that was not defined within the preceding record
description.
169 (Error)
Renaming not permitted for 66 level data item
Cause
The RENAMES clause references a 66-level item.
170 (Error)
Renamed data item in table or has variable size
Cause
The RENAMES clause references a table item, a subordinate of a table item, or a data structure
that has a variable size.
171 (Error)
Improper range for renamed data items
Cause
One of:
• The second data item in a RENAMES clause contains no character positions that are not
contained in the first data item.
• The initial character position of the second data item in a RENAMES clause precedes the
initial character position of the first data item within their record item.
172 (Error)
Missing PICTURE clause
1132 Compiler Diagnostic Messages










