Close command The Close command closes the named cursor. Cursorsusing Close command

The cursor must have previously been successfully created with ij's Get Cursor or Get Scroll Insensitive Cursor command.

Syntax CLOSE Identifier Example ij> get cursor menuCursor as 'SELECT * FROM menu'; ij> next menuCursor; COURSE |ITEM |PRICE ----------------------------------------------- entree |lamb chop |14 ij> next menuCursor; COURSE |ITEM |PRICE ----------------------------------------------- dessert |creme brulee |6 ij> close menuCursor; ij>