COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
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)
JUSTIFIED clause requires display usage
Cause
A data item is described with a JUSTIFIED clause, but the data item does not have USAGE
DISPLAY, as it must.
151 (Error)
JUSTIFIED clause not permitted for numeric or edited data item
Cause
A numeric, numeric-edited, or alphanumeric-edited data item is described with a JUSTIFIED
clause.
152 (Error)
JUSTIFIED clause not permitted in group with value or condition-names
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)
BLANK WHEN ZERO clause requires display usage
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)
BLANK WHEN ZERO clause requires numeric or numeric-edited picture
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)
BLANK WHEN ZERO clause not permitted for picture with '*'
Cause
A data item is described with both the BLANK WHEN ZERO clause and a PICTURE
character-string containing the asterisk symbol (*).
156 (Error)
Access mode conflict for redefinition or subordinate
1130 Compiler Diagnostic Messages










