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 0364 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0364
 
  Text:         <data-name> overlaps another item in CODE-SET clause
 
  Explanation:  One or more of the data-names specified in the
                CODE-SET clause is redefined, or you may have
                specified the whole record, rather than individual
                data-names contained in that record, in the CODE-SET
                clause.
 
  Resolution:   Edit your source code so that the data-names in
                the record are specified only once.
                                    -♦-