fetch ::=
EXEC SQL FETCH cursor_name
  { USING SQL DESCRIPTOR structure_name| INTO :host_var_ref
   [[[ INDICATOR ] :ind_var_ref] , ... } ;