Jump to content

Storage record

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ernstdehaan (talk | contribs) at 19:30, 14 July 2007 (Slightly improved layout and links to other Wikipedia articles. Still not even close to perfect.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, a storage record is:

  • a group of related data, words, or fields treated as a meaningful unit; for instance, a Name, Address, and Telephone Number can be a "Personal Record";
  • a self-contained collection of information about a single object; a record is made up of a number of distinct items, called fields.

A number of shell programs (for example, awk, join, and sort) are designed to process data consisting of records separated by newlines, where each record contains a number of fields separated by spaces, commas, or some other character.

  • Fixed-length Record
  • Variable-length Record

Source: IBM - z/OS Glossary of terms and abbreviations

See also