The DROP DBPROC statement drops a
database procedure.Syntax
<drop_dbproc_statement> ::= DROP DBPROC <dbproc_name>
dbproc_nameExplanation
The specified database procedure name must identify an existing database procedure of the current user.
The metadata of the database procedure is dropped.