2.1.1.36 T321-04, CALL statement

V0036:

The specification states the following:

 Subclause 16.1, "<call statement>":
  
 <call statement> ::=
 CALL <routine invocation>
  
 Subclause 10.4, "<routine invocation>": Used by <call statement>s
  
 <routine invocation> ::=
 <routine name> <SQL argument list>

Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012 vary as follows:

Transact-SQL partially supports this feature. See the EXECUTE function [MSDN-EXECUTE] for equivalent functionality.