The syntax for CALL in BNF is as follows:

Syntax

call statement ::=
  CALL proc_name ( [parameter] [,...] ) ;

For more information, see CALL.