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 1104 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      1104
 
  Text:         77 level item in FILE SECTION.  Processed as 01 level
 
  Explanation:  You have assigned a level of 77 to a data item in the
                File Section, which is against the rules of COBOL
                syntax. Your COBOL system assumes that you had
                intended to code this as an 01 level item, and
                processes it as such.
                                    -♦-