ibm-information-center/dist/eclipse/plugins/i5OS.ic.dbp_5.4.0.1/rbafoapath.htm

65 lines
5.0 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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="Describe access paths for database files" />
<meta name="abstract" content="These topics discuss the different ways of describing access paths for database files." />
<meta name="description" content="These topics discuss the different ways of describing access paths for database files." />
<meta name="DC.Relation" scheme="URI" content="rbafosetup.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafoasapa.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafoksapa.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafoeaccp.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafofpaccp.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafoapd.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rbafoapath" />
<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>Describe access paths for database files</title>
</head>
<body id="rbafoapath"><a name="rbafoapath"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Describe access paths for database files</h1>
<div><p>These topics discuss the different ways of describing access paths
for database files.</p>
<p>An access path describes the
order in which records are to be retrieved. Records in a physical or logical
file can be retrieved using an arrival sequence access path or a keyed sequence
access path. For logical files, you can also select and omit records based
on the value of one or more fields in each record. A key field is a field
used to arrange the records of a particular type within a file member.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rbafoasapa.htm">Use arrival sequence access path for database files</a></strong><br />
The arrival sequence access path for database files is based on the order in which the records arrive and are stored in the file. This topic discusses what kind of file can use arrival sequence access path and how you can use the path to describe the file.</li>
<li class="ulchildlink"><strong><a href="rbafoksapa.htm">Use a keyed sequence access path for database files</a></strong><br />
A keyed sequence access path for database files is based on the contents of the key fields as defined in data description specifications (DDS). This topic describes how the key fields are arranged for the file.</li>
<li class="ulchildlink"><strong><a href="rbafoeaccp.htm">Use existing access path specifications</a></strong><br />
The keyword REFACCPTH in data description specifications (DDS) allows you to use another file's access path specifications. When the file is created, the system determines which access path to share.</li>
<li class="ulchildlink"><strong><a href="rbafofpaccp.htm">Use floating-point fields in database file access paths</a></strong><br />
The collating sequence for records in a keyed database file depends on the presence of the SIGNED, UNSIGNED, and ABSVAL keywords in data description specifications (DDS). For floating-point fields, the sign is the farthest-left bit, the exponent is next, and the significant is last.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafosetup.htm" title="These topics discuss how to set up any iSeries database file, how to describe access paths for a database file, and how to secure a database.">Set up database files</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rbafoapd.htm" title="When you describe a database file to the system, you describe the two major parts of the file: the record format and the access path. An access path describes the order in which records are to be retrieved. So when you describe an access path, you describe whether it will be a keyed sequence or arrival sequence access path.">Access path description</a></div>
</div>
</div>
</body>
</html>