Sequential: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The keywords "SEQUENTIAL", "RELATIVE", and "KEYED" are optional parameters for [[Open Internal]] and [[Open External]] statements, that specify the method of access.  
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. This means that the file will be read one at a time, in order, from start to finish.  
The default is SEQUENTIAL access. This means that the file will be read one at a time, in order, from start to finish.
 
See also [[Chapter 16]] of the BR Tutorial.  


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

Revision as of 15:58, 6 August 2013

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. This means that the file will be read one at a time, in order, from start to finish.

See also Chapter 16 of the BR Tutorial.