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-14
51
Type. Error
Cause. The message applies to one of the following conditions:
A numeric literal in this context must be an unsigned integer.
Only an unsigned integer numeric literal is permitted in this context.
52
Type. Error
Cause. The indicated integer numeric literal cannot be zero in this context.
53
Type. Error
Cause. The message applies to one of the following conditions:
The value of the integer numeric literal is too small for this context.
The value of the integer numeric literal is too large for this context.
54
Type. Error
Cause. The message applies to one of the following conditions:
The first value in a numeric range exceeds the last value.
The first value in a nonnumeric range is greater than the last value.
EXPECTED UNSIGNED INTEGER
0 NOT PERMITTED IN THIS CONTEXT
INTEGER NOT IN EXPECTED RANGE
ILLEGAL RANGE