9.6.1 ACCESS Keyword

The ACCESS keyword specifies whether a file is opened for keyed, direct, or sequential access. It takes the following form:


ACCESS = acc

acc
Is a character expression having one of the following values:

The default is 'SEQUENTIAL'.


Previous Page Next Page Table of Contents