Good morning!
I need to call a stored procedure of DB2 from FME. If I use the IBM Data Studio this script works fine:
CALL TESTING.TEST_PROCEDURE('input1','input2',?,?,?,?,?);
It has 2 input parameters and 5 output parameters.
But when I use the same script in the SQLCreator of FME i always get this error:
Literal replacement parsing failed for procedure call to DB2 for z/OS. Failing SQL text {my_script}. ERRORCODE=-4463, SQLSTATE=42601
Does anyone have any experience calling DB2 stored procedures in FME? Any help would be appreciated.
I'm using FME 2021.1.