| VMS Help COBOL, DATA_DIVISION, clauses, ACCESS_MODE, 3format_indexed *Conan The Librarian | 
  The ACCESS MODE clause specifies the order of access for a file's
  records.
  Format 3 - Indexed File
                      { SEQUENTIAL }
   [ ACCESS MODE IS ] { RANDOM     }
                      { DYNAMIC    }
|  |