Syntax documentationcreate_dbproc_statement Locate this document in the navigation structure

Syntax Syntax

  1. <create_dbproc_statement> ::=
      CREATE DBPROC[EDURE] <dbproc_name> [(<formal_parameter>,...)]
        [RETURNS CURSOR] AS <routine>
End of the code.