Close SQL cursor sets.
DB-CLOSE CUR[SOR] cursorname
CUR[SOR] cursorname |
Specify cursor. Cursorname must be previously named by DB-DECLARE or DB-PROCESS-ID. |
Close VSAM batch files.
DB-CLOSE FILE filename1 [ ... filenameN]
DB-CLOSE FILE ALL
FILE filename |
File(s) to process. |
ALL |
Specify all files and ready all areas defined in the subschema. |