56 lines
4.0 KiB
HTML
56 lines
4.0 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="Ignore the keyed sequence access path" />
|
||
|
<meta name="abstract" content="If a key field is defined for the file, the system automatically uses the keyed sequence access path. However, sometimes, you can use the ACCPTH parameter to ignore the keyed sequence access path for better performance." />
|
||
|
<meta name="description" content="If a key field is defined for the file, the system automatically uses the keyed sequence access path. However, sometimes, you can use the ACCPTH parameter to ignore the keyed sequence access path for better performance." />
|
||
|
<meta name="DC.subject" content="ignoring, keyed sequence access path, access path, keyed sequence, ACCPTH (Access Path) parameter, Access Path (ACCPTH) parameter, parameter, ACCPTH (Access Path)" />
|
||
|
<meta name="keywords" content="ignoring, keyed sequence access path, access path, keyed sequence, ACCPTH (Access Path) parameter, Access Path (ACCPTH) parameter, parameter, ACCPTH (Access Path)" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbafoprocop.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="rbafopreign" />
|
||
|
<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>Ignore the keyed sequence access path</title>
|
||
|
</head>
|
||
|
<body id="rbafopreign"><a name="rbafopreign"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Ignore the keyed sequence access path</h1>
|
||
|
<div><p>If a key field is defined for the file, the system automatically
|
||
|
uses the keyed sequence access path. However, sometimes, you can use the ACCPTH
|
||
|
parameter to ignore the keyed sequence access path for better performance.</p>
|
||
|
<p>You can use the ACCPTH parameter to ignore the keyed sequence access path
|
||
|
and process the file in arrival sequence. You can tell the system to ignore
|
||
|
the keyed sequence access path in some high-level languages, or on the Open
|
||
|
Database File (OPNDBF) command. </p>
|
||
|
<div class="p">When you ignore the keyed sequence access path, operations that read data
|
||
|
by key are not allowed. Operations are done sequentially along the arrival
|
||
|
sequence access path. (If this option is specified for a logical file with
|
||
|
select/omit values defined, the arrival sequence access path is used and only
|
||
|
those records meeting the select/omit values are returned to the program.
|
||
|
The processing is done as if the DYNSLT keyword were specified for the file.) <div class="note"><span class="notetitle">Note:</span> You
|
||
|
cannot ignore the keyed sequence access path for logical file members that
|
||
|
are based on more than one physical file member.</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafoprocop.htm" title="These topics describe several runtime processing options.">File processing options</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|