Indexed file

An indexed file is a computer file with an index that allows easy random access to any record given its file key.

The key must be such that it uniquely identifies a record. If more than one index is present the other ones are called alternate indexes. The indexes are created with the file and maintained by the system.

Support for indexed files is built into COBOL[1] and PL/I.[2] Other languages with more limited I/O facilities such as C support indexed files through add-on packages in a runtime library such as C-ISAM.[3]

The COBOL language supports indexed files with the following command in the FILE CONTROL section

ORGANIZATION IS INDEXED

In recent systems relational databases are often used in place of indexed files.

See also

Inline citations

  1. 1 VS COBOL II Application Programming Language Reference, Release 4, Eighth Edition (March 1993), IBM Corporation, Department J58, Copyright International Business Machines Corporation 1984, 1993. pp. 67-73
  2. IBM Corporation (2012). Enterprise PL/I for z/OS, Version 4.3, Language Reference. p. 276. Retrieved Nov 25, 2015.
  3. I IBM Corporation. "Informix C-ISAM". Retrieved Nov 25, 2015.


This article is issued from Wikipedia - version of the 11/26/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.