How can I view the contents of a result set and the output parameters from a stored procedure call?
Use Run SQL Scripts to run the procedure in iSeries Navigator. First, open the Run SQL Scripts window. Then, call the stored procedure using the CALL statement, pass the parameters to the statement, and then run the procedure. The parameters are returned to the Result Set tab, and the output parameters are returned to the Messages tab.