COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-34
Message List
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.
152 (Error)
Cause. A data item is described with a JUSTIFIED 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.
153 (Error)
Cause. A data item is described with a BLANK WHEN ZERO clause, but the data item
does not have USAGE DISPLAY, as it must.
154 (Error)
Cause. A data item is described with a BLANK WHEN ZERO clause, but the data item
is not numeric or numeric-edited, as it must be.
155 (Error)
Cause. A data item is described with both the BLANK WHEN ZERO clause and a
PICTURE character-string containing the asterisk symbol (*).
JUSTIFIED clause requires display usage
JUSTIFIED clause not permitted for numeric or edited data
item
JUSTIFIED clause not permitted in group with value or
condition-names
BLANK WHEN ZERO clause requires display usage
BLANK WHEN ZERO clause requires numeric or numeric-edited
picture
BLANK WHEN ZERO clause not permitted for picture with '*'