COBCH1802 表の初期化子の式は受け取り項目にならない

TABLE OF 式は受け取り項目として使用できません。

次の例では、MOVE コマンドに対してこのエラーが戻されます。

       class-id Class3 public.
       
       method-id main.
       procedure division.
          move null to table of string("new-string")
       end method. 
 
       end class.