In the following example, this error is returned for the MOVE command.
       class-id Class3 public.
       
       method-id main.
       procedure division.
          move null to table of string("new-string")
       end method. 
 
       end class.