If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
You should be able to find the stored procedure name listed in one of the DB2 system catalog tables. The SYSCAT views are documented in the appendix of Vol 1 of the SQL Reference manual.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Thanks for the prompt reply. I know SYSCAT.PROCEDURES has the procedure name in PROCNAME column. I want to do a conditional check before i drop/create procedure. I am trying to write a SQL script to deploy TABLES/PROCEDURES/FUNCTIONS on another server.