A database procedure is a database object that contains a series of statements and, therefore, forms an independent part of a program.
Database procedures are created and stored in the database. You can define any number of database procedures. To execute a database procedure, you must call it from an application program using the appropriate SQL statement.
See also:
SQL Reference Manual
CREATE DBPROC[EDURE] Statement (create_dbproc_statement)
CALL Statement (call_statement)
Database Administration in CCMS: MaxDB, DB Procedures
Database Administration in CCMS: SAP liveCache Technology, DB Procedures