DGL Statement Reference : CLOSE

CLOSE

Description
Closes files after they have been opened with the OPEN statement. After opening a file and passing information to and from it, use the CLOSE statement to prevent further information from being passed to or from it.
Syntax
CLOSE (fl);
Parameters
 
An identifier of type FILE, previously assigned by the OPEN statement
 
See Also