Under Procedures, the Catalog Manager displays all the database procedures that were created in the database. You can use SQL Studio to display the definitions of these database procedures, and delete the database procedures.
You need to have the required user authorizations.
For an explanation of user authorizations and properties, see the Database users section of the Concepts of the Database System documentation.
· To display a database procedure, choose Catalog Manager ® Open Object Definition.
· To delete a database procedure, select it and choose Catalog Manager ® Drop Object.
For information on the syntax of CREATE DBPROC statements, see the CREATE DBPROC Statement section of the Reference Manual.