EXEC SQL [FOR { integer | :array_size }]
 EXECUTE statement_id 
 [USING 
  { DESCRIPTOR SQLDA_descriptor 
  | :host_variable [[INDICATOR] :indicator_variable] 
    [, :host_variable [[INDICATOR] :indicator_variable]]...
  }
 ]

ÿ