Entering content frame

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.

Leaving content frame