COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-35
Message List
156 (Error)
Cause. One of:
•
A data item that is part or all of a redefinition is described with an ACCESS MODE
clause specifying a different mode than the data item it redefines.
•
A data item that is subordinate to a data structure described with an ACCESS
MODE clause is described with an ACCESS MODE clause specifying a different
mode.
157 (Error)
Cause. A data item with USAGE INDEX is described with a VALUE clause.
158 (Error)
Cause. A data item that is part or all of a redefinition is described with a VALUE
clause.
159 (Error)
Cause. An external data item is described with a VALUE clause.
160 (Error)
Cause. A data item that is subordinate to a data structure described with a VALUE
clause is described with its own VALUE clause.
161 (Error)
Cause. The literals of a range in a VALUE clause are not both numeric or both
nonnumeric, as they must be.
Access mode conflict for redefinition or subordinate
VALUE clause not permitted for index data item
VALUE clause not permitted for redefinition
VALUE clause not permitted for external data item
VALUE clause not permitted in group with initial value
Numeric literal not compatible with nonnumeric literal