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 0120 (↑ Syntax Messages)
◄Key► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Message: 0120
Text: Illegal currency symbol
Explanation: The literal which you have specified in the
CURRENCY SIGN IS clause in the SPECIAL-NAMES paragraph
of your program is not one of those permitted under
the rules of COBOL syntax, or if it is then you have
failed to enclose it in quotation marks. The
literal must be a single character, not a digit, and
cannot be any of the following, A B C D L P S V X Z
* + - , . ; ( ) " / = or space (except in ANS85 and
VSC2 where L is valid).
Resolution: Change the literal to a permitted character and
ensure that it is enclosed in quotation marks.
-♦-