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 1016 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      1016
 
  Text:         Expected SEPARATE before CHARACTER in SIGN clause.
                SEPARATE assumed
 
  Explanation:  You have incorrectly coded the SIGN clause because you
                have included the word CHARACTER, which is not
                required, but you have omitted the required word
                SEPARATE. Your COBOL system has assumed that you
                intended the clause to be SIGN IS LEADING (or
                TRAILING) SEPARATE CHARACTER.
                                    -♦-