The DB2 CLI functions SQLProcedures() and SQLProcedureColumns() make use of the following two catalog tables to retrieve information about stored procedures and their attributes:
For more information about these tables and using the CREATE PROCEDURE command to register a stored procedure in this table, refer to SQL Reference.