I have created one stored procedure with 63 IN parameters and 1 OUT parameters.This stored procedure is calling one rpgle program.For testing I am creating one SQLRPGLE pgm,this SQLRPGLE pgm calls the stored procedure.But when I am debugging the stored procedure,it is not getting executed.Please give me the possible options.
Software/Hardware used:
ASKED:
November 26, 2009 4:51 AM
UPDATED:
December 1, 2009 4:50 AM
But when I am debugging the stored procedure,it is not getting executed.
What happens instead? What error code do you get?
Tom
Yes, I found the error, the pblm is I have passed the parameters having more length than the defined parameters, That is the reason it is not getting debugged.
Thanks for your update.
Hi Teandy,
Actually I passed the the parameter which is having more length than the defined parameter length. And one more reason is I did not specify user open to the file .
Thats why the file is not getting updated.
Thanks for the update Teandy.