System Reference Summary : 2. Statements : OpenROAD SQL Statements : Execute Procedure Statement
 
Share this page                  
Execute Procedure Statement
This statement executes a database procedure.
It has the following syntax:
[variable =] execute procedure procname
        ([parameterlist])
        [into cursorobjreference{, cursorobjreference}];