We have an older reservation application written in BASIC implemented on an SCO Open Server Unix box. It is Release 5 from 2004 (version info from uname -a is "SCO_SV churchil 3.2 5.0.7 i386").
The reservation application is written in BASIC, which I am assuming is Business BASIC. I don't know how to get version info on what flavour of BASIC it is.
What I am particularly interested in is retrieving the data from this system into a format (CSV, Text) that I can use to do ad hoc reporting on. I don't know what schemes would have typically been used when this system was written. I certainly am not holding my breath about this being SQL. Could there be an ODBC driver for this? The system is fairly old, maybe late 1980s even.
So here is my question: How would a BASIC developer working in Unix in the 1980s typically implement the data storing part of a database system?
This is dark ages for me :-) At my previous company we've migrated from Business Basic (BBX when I recall correctly) to Oracle. Data storage was relational, but with lots of duplication of fields.
A quick google for BBX learned me that there might be an ODBC driver for PRO/5 data files, see wikipedia.