Do you have iSeries Navigator on your PC? You can use it to drill down to where the procedure is located on the i:
After entering Navigator, from the Environment box on the left, select your system name, then Databases, [system name], then Schemas, then [library or schema name], and then Procedures. In the window on the right, you can select the procedure you want to view. Right click on it, and select Properties. Under the SQL Statements tab, you can see the statements the procedure executes. (It shows them as one long string, so they’re not formatted for best readability, but it does have the info.)
CWC
—————
Discuss This Question: 6  Replies
Where are stored storesprocedures to copy them?