System Reference Summary : 2. Statements : OpenROAD Language Statements : Callproc Statement
 
Share this page                  
Callproc Statement
This statement calls a procedure from a frame, a procedure, or a method for a user class.
It has the following syntax:
[returnvariable =] callproc procname[([parameterlist])];
To call a database procedure, use the Execute Procedure Statement.