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 0026 (↑ Syntax Messages)
◄Key► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Message: 0026
Text: Literal too long
Explanation: The literal value you have specified is longer than
the maximum literal length permitted.
Resolution: If your literal is numeric, it can be up to 18 digits
in length. If it is nonnumeric, it can contain up to
160 characters in the Procedure Division, or 2048
characters in the Data Division. Ensure that the
literal value you have specified in your program is
not longer than the maximum length permitted.
-♦-