COBCH1983 DYNAMIC LENGTH item cannot be subordinate to a group containing the "DEPENDING ON" phrase

動的な長さを持つ項目が DEPENDING ON 句も含むグループ内で定義されています。

次の例では、グループ項目の depending on 指定を削除するか、従属する name1dynamic length 指定を削除する必要があります。

       01 staff-records.
          03 data1 occurs 1 to 20 times
                       depending on count1.
             05 id1 pic x value all "X".
             05 name1 pic x dynamic length.