Document Templates : DGL Statements : File Handling Statements : CLOSE Statement

CLOSE Statement

Statement Syntax:

CLOSE (fl);

where fl is an identifier of type FILE. This statement closes a file that was previously opened with the OPEN statement.