IBM System/34 - SORT - The System Sort Utility

The System Sort Utility

SORT has one to eight input files, which may be of any valid record length. It has one output file, of any stated length, which may contain from zero to 8 million-plus records.

A sort can contain entire records or just 3-byte addresses which point to records in an associated file. This was called an address-out file or ADDROUT. When using an Addrout, the program read in these 3-byte addresses and then fetched associated records from the master file.

A programmer who wanted the benefits of a System/38-style logical file would use an Addrout with a RETAIN-S disposition:

// LOAD MYPROG

// FILE NAME-ADDROUT,LABEL-WS.SORT,RETAIN-S

// RUN

After the program finishes, the Addrout file doesn't exist anymore. It has been "scratched," or set to RETAIN-S, meaning the system auto-deletes it.

Read more about this topic:  IBM System/34, SORT

Famous quotes containing the words system, sort and/or utility:

    We recognize caste in dogs because we rank ourselves by the familiar dog system, a ladderlike social arrangement wherein one individual outranks all others, the next outranks all but the first, and so on down the hierarchy. But the cat system is more like a wheel, with a high-ranking cat at the hub and the others arranged around the rim, all reluctantly acknowledging the superiority of the despot but not necessarily measuring themselves against one another.
    —Elizabeth Marshall Thomas. “Strong and Sensitive Cats,” Atlantic Monthly (July 1994)

    Irish poets, learn your trade,
    Sing whatever is well made,
    Scorn the sort now growing up
    All out of shape from toe to top.
    William Butler Yeats (1865–1939)

    Moral sensibilities are nowadays at such cross-purposes that to one man a morality is proved by its utility, while to another its utility refutes it.
    Friedrich Nietzsche (1844–1900)