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

Advisory Messages
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual426750-001
A-2
Messages and Descriptions
5
Cause. The input does not have an allowed length.
6
Cause. The input is too long. Generally, this occurs only when the terminal’s
formatting has been corrupted.
7
Cause. Input to an alphanumeric item does not obey the PICTURE clause.
8
Cause. Input to an alphanumeric item does not have a digit where a 9 symbol appeared
in the PICTURE clause.
9
Cause. Input to an alphanumeric item does not have a letter or space where an A
appeared in the PICTURE clause.
10
Cause. Input to a numeric item does not obey the PICTURE clause.
11
Cause. The numeric value input is larger than allowed by the constraints imposed by
the field and the receiving data item.
FIELD NOT CORRECT LENGTH
FIELD TOO LONG
WRONG FORMAT
WRONG FORMAT: DIGIT EXPECTED
WRONG FORMAT: LETTER EXPECTED
INVALID NUMBER FORMAT
VALUE WRONG