We are new to loading DB2 stored procedures and are having difficulties with our first attempt. Here is the stored procedure we are trying to load...
CREATE PROCEDURE SC80_IP( IN TBL_NAME CHAR(18), IN DLR_NBR CHAR(5), OUT SEQ_NBR DECIMAL(31,0))
LANGUAGE SQL
MODIFIES SQL DATA
BEGIN
UPDATE...