Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Message 1020 (↑ Syntax Messages)
◄Key► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Message: 1020
Text: Unsigned numeric field. Sign in VALUE clause ignored
Explanation: You have defined a numeric data item, that is, PIC 9,
and you have tried to assign a signed number as its
value. Your COBOL system ignores the sign you have
specified. Where you are attempting to move a number
with a negative sign into a numeric field, the result
will not be as expected.
-♦-