Key: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "In KEYED access to a file, the KEY= clause specifies the contents of the key field for the record to access. The key field (also known as the key, the record key, the inde...")
(No difference)

Revision as of 15:47, 18 May 2013

In KEYED access to a file, the KEY= clause specifies the contents of the key field for the record to access. The key field (also known as the key, the record key, the index or the index field) is used for building a special internal file called the key file (also known as the index file). In short, its purpose is to hold a list of information that acts much like a cross-reference from the key field to the relative record number.

See also: