Relative: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The Relative Access Method allows you to indicate which record in a file you would like to access according to its numeric position. See also *Open Internal *[[Chapter 15...")
 
No edit summary
Line 1: Line 1:
The Relative Access Method allows you to indicate which record in a file you would like to access according to its numeric position.
The Relative Access Method allows you to indicate which record in a file you would like to access according to its numeric position.
The keywords "SEQUENTIAL", "RELATIVE", and "KEYED" are optional parameters for [[Open Internal]] and [[Open External]] statements, that specify the method of access. The default is SEQUENTIAL access, which means that the file will be read one at a time, in order, from start to finish.
<noinclude>
[[Category:All Parameters]]
</noinclude>


See also
See also
*[[Open Internal]]
*[[Open Internal]]
*[[Open External]]
*[[Chapter 15]] of the BR Tutorial
*[[Chapter 15]] of the BR Tutorial


<noinclude>
<noinclude>
[[Category:Definitions]]
[[Category:Definitions]]
[[Category:All Parameters]]
</noinclude>
</noinclude>

Revision as of 15:55, 6 August 2013

The Relative Access Method allows you to indicate which record in a file you would like to access according to its numeric position.

The keywords "SEQUENTIAL", "RELATIVE", and "KEYED" are optional parameters for Open Internal and Open External statements, that specify the method of access. The default is SEQUENTIAL access, which means that the file will be read one at a time, in order, from start to finish.


See also