COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-33
Message List
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.
147 (Error)
Cause. One of these items does not have USAGE DISPLAY, as it must:
A data item described with a SIGN clause
A signed numeric data item that is subordinate to a data structure described with a
SIGN clause
148 (Error)
Cause. A data item is described with a SIGN clause, but either its category is not
numeric or its PICTURE character-string does not contain S.
149 (Error)
Cause. A data item is described with a SYNCHRONIZED clause, but either the data
item is subordinate to a data structure described with a VALUE clause or the data item
is associated with condition-names.
Specified usage permitted only for numeric data item
Display usage required in group with value or condition-names
Display usage required when SIGN clause applies
Only signed numeric picture permitted when SIGN clause
specified
SYNCHRONIZED clause not permitted in group with value or
condition-names