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_LISTClose File CLASS_LIST
* `CLASS_LIST` is a list of table classes separated by commas. The corresponding tables must be opened.

Examples

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

Description and comments

Errors

Error codeDescription
7Abbreviation not found.

See also

File, Local, Trbegin, Commit, Rollback.