Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)

SCREEN COBOL Compiler Diagnostic Messages
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual426750-001
C-52
331
Type. Error
Cause. Numeric screen items must be associated with numeric data items; nonnumeric
screen items must be associated with nonnumeric data items.
332
Type. Error
Cause. The screen item has more occurrences than the data item.
333
Type. Error
Cause. The scale specified for the TO or USING data item is not compatible with that
specified by the screen item PICTURE. The scale should be adjusted for compatible
editing of data.
334
Type. Error
Cause. Numeric screen items must be associated with numeric data items; nonnumeric
screen items must be associated with nonnumeric data items.
335
Type. Error
Cause. The screen item has more occurrences than the data item.
FROM (USING) DATA ITEM HAS DIFFERENT TYPE (NUMBER VS STRING)
FROM (USING) DATA ITEM HAS INSUFFICIENT NUMBER OF OCCURRENCES
FROM (USING) DATA ITEM HAS INCOMPATIBLE SCALE
TO (USING) DATA ITEM HAS DIFFERENT TYPE (NUMBER VS. STRING)
TO (USING) DATA ITEM HAS INSUFFICIENT NUMBER OF OCCURRENCES