Sequential

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.