Which of the following statements concerning files are true?
the FD entry in the DATA DIVISION gives a description of the structure of a file.
the first record is automatically read on opening a file.
if a file is opened in I-O mode you can use this file for reading as well as for writing.
you can not read indexed files from a COBOL program.
in the SELECT clause you have to give a complete description of the exact location of the file.