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.