STOP RUN statement closes all files defined in any of the programs
A
Correct answer
Explanation
The STOP RUN statement in COBOL ends program execution and returns control to the operating system. As part of this termination process, the runtime environment automatically closes all files that are currently open in any program within the run unit. This makes the statement true, whereas the false option incorrectly suggests files would remain open.