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