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.