RDB/VMS SQL CLOSE — VMS RDB_3.1A
CLOSE -+-> cursor-name -+-> ;
+-> parameter ---+
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.)