cobol3.hlp (Topic list)
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 1010 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      1010
 
  Text:         Nonnumeric literal has length of zero.  One SPACE
                assumed
 
  Explanation:  The alphabetic or alphanumeric literal you have defined
                in your source code is empty, that is, you have a pair of
                quotation marks with no character between them. Your
                COBOL system has assumed that the literal contains one
                space character.
                                    -♦-