COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
275 (Error)
Expected display data item
Cause
The data item does not have USAGE DISPLAY, as it must.
276 (Error)
Expected display data item, no Ps if numeric
Cause
Either the data item does not have USAGE DISPLAY (as it must), or it is a numeric item with P s
in its PICTURE character-string (which it must not have).
277 (Error)
Expected display data item, not edited nor justified
Cause
One of is true about the data item:
• It does not have USAGE DISPLAY.
• It is an alphanumeric-edited or numeric-edited item.
• It is described with a JUSTIFIED clause.
278 (Error)
Expected alphanumeric data item
Cause
The data item is not alphanumeric, as it must be.
279 (Error)
Expected numeric or numeric-edited data item
Cause
The data item is neither numeric nor numeric-edited, as it must be.
280 (Error)
Expected numeric data item
Cause
The data item is not numeric, as it must be.
281 (Error)
Expected integer numeric data item
Cause
The data item is not numeric without fraction digits, as it must be.
282 (Error)
Expected unscaled numeric data item
Cause
Either the data item is not numeric without fraction digits, or it has Ps in its PICTURE
character-string.
1146 Compiler Diagnostic Messages










