I am developing an application in DB2 with SQL PL, and the routines (procedures and functions) are being defined in a module.
However, each time I change a routine, I cannot replace it, and I have to drop the module body, and recreated.
Is there any way to do a REPLACE for a routine inside a module?