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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-34
Message List
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 (*).
156 (Error)
Cause. One of:
A data item that is part or all of a redefinition is described with an ACCESS MODE
clause specifying a different mode than the data item it redefines.
A data item that is subordinate to a data structure described with an ACCESS
MODE clause is described with an ACCESS MODE clause specifying a different
mode.
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 '*'
Access mode conflict for redefinition or subordinate