File Organizations | ![]() |
One of the main facilities COBOL has to offer as a programming language is its built-in file handling capabilities. Files of sequential, relative and indexed organization can be handled using simple COBOL syntax. In addition, Micro Focus COBOL extends the file handling capabilities of COBOL as follows:
The Micro Focus File Handler is used, by default, to perform all COBOL I/O operations on all the standard COBOL file organizations: sequential, relative and indexed files. In addition, an API is provided to enable you to call the File Handler directly from your COBOL program.
File Organizations | ![]() |