statement/CLOSE statement/CLOSE NAME CLOSE -- Closes an open logical file ABBREVIATION cl <shift> O SYNOPSIS CLOSE <file> FUNCTION This command completes and closes any files used by OPEN statements. INPUTS <file> - file number to be closed RESULT Closes an open logical file. EXAMPLES CLOSE 2 Logical file 2 is closed. NOTES None BUGS None SEE ALSO OPEN