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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-35
Message List
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.
162 (Error)
Cause. The VALUE clause describing a data item contains a range of literals.
163 (Error)
Cause. The VALUE clause describing a data item contains more than one value.
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
Value range not permitted for initial value
Only one initial value permitted