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 0365 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0365
 
  Text:         Variable size table not last in group or subsidiary to
                OCCURS
 
  Explanation:  OCCURS DEPENDING ON item must be last item in a group.
 
  Resolution:   Restructure your data items so that the OCCURS
                DEPENDING ON item is the last item in the group.
                                    -♦-