Was this helpful?
CLOSE CURSOR--Close an Open Cursor
Valid in: EQUEL
Closes an open cursor.
This statement has the following format:
## close cursor cursor_name
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.
Last modified date: 01/30/2023