execute

The syntax for the execute statement is:

exec sql [at connection] execute statement_name 
 [into host_var_list | sql descriptor 
      descriptor_name | descriptor sqlda_name]
 [using host_var_list | sql descriptor 
      descriptor_name | descriptor sqlda_name];

where: