Function
Closes a file, specified by its file number.
Syntax
CLOSE {filenum_lit|_var|_col}
Arguments
filenum_lit|_var|_col
Number assigned to the file in OPEN.
Description
Closes flat files previously opened with OPEN.
Examples
See Also
OPEN, READ, and WRITE