Jun 13, 2007 #1 Skittle ISP Joined Sep 10, 2002 Messages 1,528 Location US How can I list the stored procedures that exist on an AS400 created using the CREATE PROCEDURE command in an SQL session? Dazed and confused
How can I list the stored procedures that exist on an AS400 created using the CREATE PROCEDURE command in an SQL session? Dazed and confused
Jun 15, 2007 1 #2 Mercury2 Technical User Joined Feb 27, 2004 Messages 422 Location FR select * from sysprocs Upvote 0 Downvote
Jun 15, 2007 Thread starter #3 Skittle ISP Joined Sep 10, 2002 Messages 1,528 Location US Clever. ) Dazed and confused Upvote 0 Downvote