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 COBOL language supports indexed files with the following command in the FILE CONTROL section ORGANIZATION IS INDEXED Indexed files were replaced by current relational databases.

PropertyValue
dbpprop:abstract
  • 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 COBOL language supports indexed files with the following command in the FILE CONTROL section ORGANIZATION IS INDEXED Indexed files were replaced by current relational databases.
  • Un fichier indexé est un fichier qui possède un index en fonction d'une clé. C'est grâce à cette clé qu'il est possible de retrouver de l'information sur le système de fichier indexé. Donc dans le système de fichiers indexés on a toujours un champ qui caractérise l'enregistrement. La clé doit être de préférence une valeur qui se trie soit en ordre croissant ou décroissant. Grâce à cette clé nous pouvons exécuter plusieurs actions : Lire un enregistrement Ajouter Supprimer Modifier Rechercher Faire le ménage dans le fichier etc...
rdfs:comment
  • 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 COBOL language supports indexed files with the following command in the FILE CONTROL section ORGANIZATION IS INDEXED Indexed files were replaced by current relational databases.
  • Un fichier indexé est un fichier qui possède un index en fonction d'une clé. C'est grâce à cette clé qu'il est possible de retrouver de l'information sur le système de fichier indexé. Donc dans le système de fichiers indexés on a toujours un champ qui caractérise l'enregistrement. La clé doit être de préférence une valeur qui se trie soit en ordre croissant ou décroissant.
rdfs:label
  • Indexed file
  • Fichier indexé
skos:subject
foaf:page