Sorting (SORT)
COBOL
Article REF: H2140 V2
Sorting (SORT)
COBOL

Author : Christian BONNIN

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

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

Already subscribed?

6. Sorting (SORT)

Most of the time, when you want to build a report, you first have to sort the basic file, for example on the individual's personnel number, whereas the report is requested by service code.

The programmer must then insert standard sorts between each program, or resort to COBOL sorting, which allows generalized sorting programs to be included in a COBOL program.

In fact, it's more accurate to say that we allow the introduction of sequences of COBOL programs, at the beginning or end of sorting, with the aim of modifying or eliminating records before or after sorting.

The program with sorting is built differently from the usual programs (in which you generally read, calculate and write), because here you don't read or write, simply sort (SORT) and, if necessary, add a processing procedure at the start of the sort (INPUT...

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"

( 227 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