How to call a stored procedure in AS400? What command do I use to call the stored procedure it may be either through RPG, CL, or SQL call. How do we pass the input/output parameters in the stored procedure? Does ...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