cobol3.hlp (Topic list)
Message 0066 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0066
 
  Text:         Data item must have fixed location
 
  Explanation:  An item which is part of an OCCURS ... DEPENDING ON
                (ODO) table entry is being used as a subscript to the
                table, or to another ODO table earlier in the group.
                This is not allowed.
 
  Resolution:   Move the item to a location outside the ODO and use
                that item in this statement.
                                    -♦-