The aim of this blog is to provide a step-by-step in-depth explanation of iSeries platform related concepts. Primary focus will be on CL and RPG programming.
Stored Procedures which return Results!
In this post, we are going to see a slightly advanced and very useful concept related to Stored Procedures…. returning Output from Stored procedures. This can be achieved in two ways: 1) Through Output parameters 2) Through Result Sets Returning data from Stored procedures through output parameters is fairly a simple concept and the below … More Stored Procedures which return Results!