6. QUEL and EQUEL Statements : Close Cursor Statement--Close an Open Cursor : Description
 
Share this page                  
Description
The close cursor statement closes the specified cursor. Once closed, the cursor cannot be used for further processing unless reopened. An abort or end transaction statement implicitly closes all open cursors. Cursor_name must defined (using declare cursor) before it can be opened and closed.