open_for_statement ::= 
OPEN {cursor_variable_name | :host_cursor_variable_name}
  FOR select_statement [ using_clause ] ;