News

CLOSEFILE Statement closes an input or output file. CLOSEFILE files; where files can be names (for defined filenames), literals, or expressions in parentheses (for filepaths). The CLOSEFILE statement ...
The CLOSEFILE statement closes files opened by an INFILE or a FILE statement. You specify the CLOSEFILE statement just as you do the INFILE or FILE statement. For example, the following statements ...