Close
Close
is used to free the [F]
classes associated with tables and to free the cursors opened on the tables.
Close Local File CLASS_LISTClose File CLASS_LIST
* `CLASS_LIST` is a list of table classes separated by commas. The corresponding tables must be opened.# Close all tablesClose Local File# Close CUSTOMER [CUS] and ITEM [ITM] tablesClose Local File [CUS], [ITM]
Close File
, where Local
is omitted, is used to close the tables opened by File
without Local
clause. These syntaxes are deprecated and should no longer be used. Only Local File
declaration and Local Close
should be done.Close Local File
without argument closes all the tables opened by a Local File
command.Close Local File
.Close Local File
instruction is done within a transaction, and takes effect only when the transaction is ended by Commit or Rollback.Error code | Description |
---|---|
7 | Abbreviation not found. |
File, Local, Trbegin, Commit, Rollback.