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 1008 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      1008
 
  Text:         DBCS literal must contain an even number of
                characters. Literal truncated
 
  Explanation:  All Double Byte Character Set (DBCS) symbols are two
                bytes (two characters) long.  You have specified a
                literal that consists of an odd number of characters.
                Your COBOL system ignores the last, single character
                of the literal.
                                    -♦-