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 Manual—426750-001
C-31
175
Type. Error
Cause. The number of character positions occupied by a redefinition must equal the
number of character positions occupied by the redefined data item(s), unless the
redefinition begins at the 01 level.
176
Type. Error
Cause. The initial value for a numeric data item must be a numeric literal or one of the
figurative constants ZERO, ZEROS, or ZEROES.
177
Type. Error
Cause. The initial value for an unsigned numeric data item must be an unsigned
numeric literal or one of the figurative constants ZERO, ZEROS, or ZEROES.
178
Type. Error
Cause. Assignment of the initial value to the numeric data item would require
truncation of nonzero digits to the right of the decimal point.
179
Type. Error
Cause. Assignment of the initial value to the numeric data item would require
truncation of nonzero digits to the left of the decimal point.
REDEFINITION HAS INCORRECT SIZE
NONNUMERIC FIGURATIVE OR LITERAL NOT PERMITTED FOR NUMERIC
ITEM
SIGNED LITERAL NOT PERMITTED FOR UNSIGNED NUMERIC ITEM
TOO MANY FRACTION DIGITS IN NUMERIC LITERAL
NUMERIC LITERAL VALUE TOO LARGE FOR ITEM