Sample External Object (SQL) Source Code Sample Source Code CREATE procedure MRCWORKLIB.DELDETAIL( inout orderno decimal(6,0)) LANGUAGE SQL IS DETERMINISTIC MODIFIES SQL DATA BEGIN DELETE FROM MRCWORKLIB.ORDDET WHERE ORDNUM = orderno; END Updated on September 30, 2021 Was this article helpful? Yes No Need Support?Can’t find the answer you’re looking for? Don’t worry we’re here to help!Contact Support