Hi Raine,
Presumably it's a system for managing flat files. "Flat file" in a
database context usually means a data store consisting of a single table
in which all records have the same structure (e.g. PersonID, FirstName,
Surname, Address, HoursWorkedInJan, HoursWorkedInFeb...). Contrast with
relational databases, where the data store can consist of multiple
related tables (e.g. one table with PersonID, FirstName, Surname,
Addres, and another with PersonId, Month, and HoursWorked).