DROP DBPROC statement 

The DROP DBPROC statement drops a database procedure.

Syntax

<drop dbproc statement> ::= DROP DBPROC <dbproc name>

dbproc name

Explanation

The specified database procedure name must identify an existing database procedure of the current user.

The metadata of the database procedure is dropped.