Multiple choice technology programming languages

In TANDEM COBOL85, it is not necessary to explicitly close files through the CLOSE statement before executing a STOP RUN

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

TANDEM COBOL85 follows standard COBOL file handling rules where files should be explicitly closed before program termination. While some systems may auto-close files on STOP RUN, best practice and the language specification require explicit CLOSE statements for proper resource management and data integrity.