Top: f77 Up: 14 - Glossary
Previous: 14,181 - seed Next: 14,183 - sequential_file_organization


Section 14,182: sequential_access

 sequential access

 A method for retrieving or storing data in which the data (record)
 is read from, written to, or removed from a file based on the
 logical order (sequence) of the record in the file.  (The record
 cannot be accessed directly.) Contrast with direct_access.


Top: f77 Up: 14 - Glossary
Previous: 14,181 - seed Next: 14,183 - sequential_file_organization