74 lines
5.9 KiB
HTML
74 lines
5.9 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="Read database records using an arrival sequence access path" />
|
|
<meta name="abstract" content="These read operations are allowed if the file was defined with an arrival sequence access path or with a keyed sequence access path with the ignore-keyed-sequence-access-path option specified on the Open Database File (OPNDBF) or the Open Query File (OPNQRYF) command." />
|
|
<meta name="description" content="These read operations are allowed if the file was defined with an arrival sequence access path or with a keyed sequence access path with the ignore-keyed-sequence-access-path option specified on the Open Database File (OPNDBF) or the Open Query File (OPNQRYF) command." />
|
|
<meta name="DC.subject" content="database record, reading methods, arrival sequence access path, reading database records, access path, arrival sequence, reading database records" />
|
|
<meta name="keywords" content="database record, reading methods, arrival sequence access path, reading database records, access path, arrival sequence, reading database records" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbaforddbf.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafordnoasap.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafordpoasap.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafordfoasap.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafordloasap.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafordsoasap.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafordroasap.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafopreign.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="rbafordbra" />
|
|
<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>Read database records using an arrival sequence access path</title>
|
|
</head>
|
|
<body id="rbafordbra"><a name="rbafordbra"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Read database records using an arrival sequence access path</h1>
|
|
<div><p>These read operations are allowed if the file was defined with
|
|
an arrival sequence access path or with a keyed sequence access path with
|
|
the ignore-keyed-sequence-access-path option specified on the Open Database
|
|
File (OPNDBF) or the Open Query File (OPNQRYF) command.</p>
|
|
<div class="p"> <div class="note"><span class="notetitle">Note:</span> The system performs the read operations based on the statements
|
|
that you specify using your high-level language. Your high-level language
|
|
might not allow all of the following read operations. See your high-level
|
|
language topic collection to determine which operations are allowed.</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rbafordnoasap.htm">Read next operation</a></strong><br />
|
|
This operation positions the file to the next record that is not deleted in the arrival sequence access path, and gets that record.</li>
|
|
<li class="ulchildlink"><strong><a href="rbafordpoasap.htm">Read previous operation</a></strong><br />
|
|
This operation positions the file to the previous active record in the arrival sequence access path, and gets that record.</li>
|
|
<li class="ulchildlink"><strong><a href="rbafordfoasap.htm">Read first operation</a></strong><br />
|
|
This operation positions the file to the first active record in the arrival sequence access path, and gets that record.</li>
|
|
<li class="ulchildlink"><strong><a href="rbafordloasap.htm">Read last operation</a></strong><br />
|
|
This operation positions the file to the last active record in the arrival sequence access path, and gets that record.</li>
|
|
<li class="ulchildlink"><strong><a href="rbafordsoasap.htm">Read same operation</a></strong><br />
|
|
This operation gets the record that is identified by the current position in the file. The file position is not changed.</li>
|
|
<li class="ulchildlink"><strong><a href="rbafordroasap.htm">Read by relative record number operation</a></strong><br />
|
|
This operation positions the file to the record in the arrival sequence access path that is identified by the relative record number, and gets that record.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbaforddbf.htm" title="The iSeries system provides a number of ways to read database records.">Read database records</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rbafopreign.htm" title="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.">Ignore the keyed sequence access path</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |