Sequential: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Blanked the page)
m (moved SEQUENTIAL to Sequential over redirect)
 
(3 intermediate revisions by one other user not shown)
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 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>
[[Category:All Parameters]]
</noinclude>

Latest revision as of 17:00, 25 February 2014

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.