Entering content frame

Background documentation Database Procedure Locate the document in the library structure

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

Name of a Database Procedure

CREATE DBPROC[EDURE] Statement (create_dbproc_statement)

CALL Statement (call_statement)

Database Administration in CCMS: MaxDB, Structure linkDB Procedures

Database Administration in CCMS: SAP liveCache Technology, Structure linkDB Procedures

 

Leaving content frame