Executes a stored procedure (jBASE subroutine).

EXECUTE statement has the following syntax:

EXECUTE @stored_procedure

or

EXECUTE @stored_procedure(Param1{, Param2...})


stored_procedure
 represents the alias of a subroutine compiled in jBASE environment and declared in Administrator tool. For more information on how to declare a stored procedure, click here.