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 1004 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      1004
 
  Text:         Continuation character expected.  End of literal
                assumed
 
  Explanation:  The literal in the previous line of source code is not
                delimited by quotation marks, so your COBOL system is
                expecting a continuation character in column 7, and a
                continuation of the literal.  Your COBOL system has
                assumed that you meant to end the literal on the
                previous line.
                                    -♦-