COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-37
Message List
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.
171 (Error)
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)
Cause. An elementary data item that is described with neither USAGE INDEX nor a
PICTURE clause. It must be described with at least one of these.
173 (Error)
Cause. A data description entry with level-number 66 does not have a RENAMES
clause, as it must.
174 (Error)
Cause. A data description entry with level-number 88 does not have a VALUE clause,
as it must.
Renaming not permitted for 66 level data item
Renamed data item in table or has variable size
Improper range for renamed data items
Missing PICTURE clause
Missing RENAMES clause
Missing VALUE clause