Show TOC

create_dbproc_statementLocate this document in the navigation structure

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