# jCL F-KLOSE
Read Time: 1 minute(s)
Tags: buffer jcl
# Description
The command closes a specified file buffer. It takes the general form:
F-KLOSE file-buffer
1
or
F-K file-buffer
1
where file-buffer is the number (1 to 9) of the file buffer to be closed.
# Note
F-KLOSE is normally only used when you have finished working with a remote file and need to close it.
# Example
F-K 1
1
Closes file buffer 1.
Back to jCL.