SQL0668N Operation not allowed for reason code "7" on table "DB2.ANAMAGA".
Nello specifico ho effettuato questi comandi
ALTER TABLE ANAMAGA ADD USEOEMCODE VARCHAR(30)
ALTER TABLE ANAMAGA ADD USROEMCODE VARCHAR(30)
ALTER TABLE ANAMAGA DROP COLUMN USEOEMCODE
Per risolvere il problema è bastato effettuare un REORG TABLE sulla tabella stessa ( REORG TABLE DB2.ANAMAGA )
maggiori info al link : https://www.ibm.com/support/pages/how-verify-and-resolve-sql0668n-reason-code-7-when-accessing-table