PROCESSING RECORDS

PROCESSING RECORDS

• Record: set of data that describes one item
• Field: single piece of data within a record
• Write record to sequential access file by writing the fields one after the other
• Read record from sequential access file by reading each field until record complete

When working with records, it is also important to be able to:
• Add records
• Display records
• Search for a specific record
• Modify records
• Delete records

Import OS