I have been looking for an answer to this for a long time, but I have not found a solution without RPG/COBOL yet. Is there any way or approach that I use to make a call to the SQL stored procedure ...Read more
brainchime.com Latest Questions
I have written a SQL stored procedure and I have to call that SQL stored procedure in the CL program. I am facing an issue in calling the SQL stored procedure from the CL program. I can call it using ...Read more
I have created a SQL stored procedure that takes 2 input parameters and 1 output parameter means a return value. The script of the SQL stored procedure is as follows: CREATE OR REPLACE PROCEDURE STORED33A( ...Read more