COBOL files
COBOL

Add to my library

H2140 V2 Article

COBOL files


COBOL

Author : Christian BONNIN

Publication date: June 10, 1995, Review date: April 27, 2016 | Lire en français

Add to my library Add to my library

Logo Techniques de l'Ingenieur You do not have access to this resource.
Request your free trial access! Free trial

Already subscribed?

3. COBOL files

The most common type of file is the sequential file, where items or records are arranged in the order in which they were written. In general, the order is determined by a designator (REF line 34 for the INPUT item in the FILECTU file described on lines 30 to 35).

Once a file has been created, its items can only be reread in this order, one after the other, and possibly rewritten after modification. If you wish to process the file in a different order, you must first sort it on another code (a service code, for example).

If you want to access a particular item, you have to read all the items preceding it, which can be very time-consuming for a file containing several million items. It is therefore unthinkable to use a sequential file for a transactional application with random access to records.

You do not have access to this resource.
Logo Techniques de l'Ingenieur

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource. Click here to request your free trial access!

Already subscribed?


Article included in this offer

"Software technologies and System architectures"

( 230 articles )

Complete knowledge base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

View offer details

Dans les ressources documentaires

Référentiels normatifs - Processus d’ingénierie informatique

Le traitement automatisé de l’information (informatique) s’appuie sur deux concepts de base : le mat...

Référentiels normatifs - Produit logiciel

Dans le domaine du logiciel, la recherche de la qualité est la préoccupation de tous les acteurs. Le manq...

Évaluation de processus logiciel

Le logiciel, au même titre que tout autre processus industriel, doit faire l’objet d’améliorations. Pour ...

Tous les livres blancs
Article La 5G : moteur de « l'usine consciente »
8 July 2019
La 5G : moteur de « l'usine consciente »

Les impacts de la 5G ne se limiteront pas à l’augmentation des débits et de la zone de couverture. Ce sera la première norme à répondre aux besoins des applicat...

Toutes les actualités
Contact us