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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-32
Message List
141 (Error)
Cause. The PICTURE character-string for a numeric or numeric-edited data item has
more than 18 digit positions.
142 (Error)
Cause. The PICTURE character-string has more than 134,217,726 character
positions.
143 (Error)
Cause. The PICTURE clause describes a data item with USAGE INDEX, NATIVE-2,
NATIVE-4, or NATIVE-8.
144 (Error)
Cause. A data item that is subordinate to a data structure described with a USAGE
clause is described with a USAGE clause specifying a different usage.
145 (Error)
Cause. Only a numeric data item can be described with the specified usage.
146 (Error)
Cause. A data item that is either subordinate to a data structure described with a
VALUE clause or associated with condition-names does not have USAGE DISPLAY, as
it must.
Too many digit positions
Too many character positions
PICTURE clause not permitted for specified usage
Subordinate usage conflicts with group usage
Specified usage permitted only for numeric data item
Display usage required in group with value or condition-names