Close

Close is used to free the [F] classes associated with tables and to free the cursors opened on the tables.

Syntax

Close Local File CLASS_LIST
Close File CLASS_LIST
* `CLASS_LIST` is a list of table classes separated by commas. The corresponding tables must be opened.

Examples

# Close all tables
Close Local File

# Close CUSTOMER [CUS] and ITEM [ITM] tables
Close Local File [CUS], [ITM]

Description and comments

Errors

Error codeDescription
7Abbreviation not found.

See also

File, Local, Trbegin, Commit, Rollback.