ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatb_5.4.0.1/recblock.htm

96 lines
5.2 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="Records, blocks, and formats" />
<meta name="abstract" content="Read this information to help you understand records, blocks, and record formats of the tapes." />
<meta name="description" content="Read this information to help you understand records, blocks, and record formats of the tapes." />
<meta name="DC.Relation" scheme="URI" content="concept.htm" />
<meta name="DC.Relation" scheme="URI" content="formd.htm" />
<meta name="DC.Relation" scheme="URI" content="formd.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="recblock" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Records, blocks, and formats</title>
</head>
<body id="recblock"><a name="recblock"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Records, blocks, and formats</h1>
<div><p><span>Read this information to help you understand
records, blocks, and record formats of the tapes.</span></p>
<dl><dt class="dlterm">Records</dt>
<dd>Records are logical mappings of the data on a tape. It typically maps
directly to the records in a database file.</dd>
<dt class="dlterm">Blocks</dt>
<dd>Blocks are physical units of data on a tape. Blocks can include a record,
part of a record, or multiple records.</dd>
<dt class="dlterm">Record block format</dt>
<dd>The record block format allows the system and user to interpret the data
on a tape.</dd>
</dl>
<p>To understand records, blocks, and record block formats, you must know
a few key terms:</p>
<dl><dt class="dlterm">Block Descriptor Word (BDW)</dt>
<dd>One or more logical records or record segments follow a block descriptor
word (BDW) in a variable length block.</dd>
<dt class="dlterm">Blocked records</dt>
<dd>Blocking is the process of grouping records into blocks before the system
writes records on a volume. A block consists of one or more logical records.
Blocking conserves storage space on a volume by reducing the number of interblock
gaps in the data set. This increases processing efficiency by reducing the
number of I/O operations that are required to process the data set.</dd>
<dt class="dlterm">Deblocked records </dt>
<dd>One record exists per block.</dd>
<dt class="dlterm">Fixed length </dt>
<dd>The blocks on a tape have an exact (or fixed) length.</dd>
<dt class="dlterm">Interblock gap</dt>
<dd>Interblock gap is the physical gap on tape between two data blocks.</dd>
<dt class="dlterm">Record Descriptor Word (RDW)</dt>
<dd>Data follows a record descriptor word (RDW) in a variable length logical
record. The RDW describes the record.</dd>
<dt class="dlterm">Record Segment</dt>
<dd>As spanned records occupy more than one block, each part of the record
is a record segment.</dd>
<dt class="dlterm">Segment Descriptor Word (SDW)</dt>
<dd>Data follows a segment descriptor word (SDW) in each record segment. The
SDW, similar to the RDW, describes the record segment.</dd>
<dt class="dlterm">Spanned records</dt>
<dd>The system splits a single record (spans) into two different data blocks
and writes them on the tape.</dd>
<dt class="dlterm">Undefined length</dt>
<dd>The blocks on a tape have no defined length; each block can be different;
and the program application interprets each block correctly.</dd>
<dt class="dlterm">Unspanned records</dt>
<dd>Each record is contained within one data block.</dd>
<dt class="dlterm">Variable length</dt>
<dd>The blocks on a tape have a variable length. The block contains a header
with the length of the block. Each block in a file might or might
not have the same length.</dd>
</dl>
<p>In sorting out these terms, the program supports and translates certain
combinations into record block formats.</p>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="concept.htm" title="Find out how tape files operate on your server.">Concepts</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="formd.htm" title="Here are some examples of different record formats.">Record formats</a></div>
</div>
</div>
</body>
</html>