Sequential access

For sequential access, code ACCESS IS SEQUENTIAL in the FILE-CONTROL paragraph.

For indexed files, records are accessed in the order of the key field selected (either primary or alternate), beginning at the current position of the file position indicator.

For relative files, records are accessed in the order of the relative record numbers.

Related concepts  
Random access  
Dynamic access

Related references  
File position indicator