RDB/VMS SQL CLOSE — VMS RDB_4.0B
CLOSE ─┬─> cursor-name ─┬─> typebox (;) └─> 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.)