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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-33
Message List
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.
150 (Error)
Cause. A data item is described with a JUSTIFIED clause, but the data item does not
have USAGE DISPLAY, as it must.
151 (Error)
Cause. A numeric, numeric-edited, or alphanumeric-edited data item is described with
a JUSTIFIED clause.
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
JUSTIFIED clause requires display usage
JUSTIFIED clause not permitted for numeric or edited data
item