Pathway/iTS SCREEN COBOL Reference Manual (H06.10+, J06.03+)

SCREEN COBOL Compiler Diagnostic Messages
HP NonStop Pathway/iTS SCREEN COBOL Reference Manual426750-003
C-31
Cause. The indicated data item cannot be aligned to the first character position of the
area it redefines. SCREEN COBOL does not permit a redefinition that requires
allocation of implicit FILLER character positions to align the first elementary item.
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
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