RDB/VMS SQL CLOSE — VMS SQLdev_2.0
CLOSE cursor-name ───> typebox (;)
Additional information available:
More Information
The CLOSE statement deletes the result table created for a cursor declaration. (The cursor specified in the CLOSE statement must have been defined by a DECLARE CURSOR statement and created by an OPEN statement.)