SiouxCityElvis
Programmer
I want to make a cross-reference database.
I am using RMCOBOL-85 on Linux.
Basically, I have an Indexed file I'll be reading from.
I want to store multiple records from 1 record read.
If the record read has:
"Bob and Tom Enterprises" as a name field and a file number of "01234"
I want to be able to write multiple records to another indexed file which I will use later for name search purposes.
So the name above would yield the following 4 records:
Enterprises
Tom Enterprises
and Tom Enterprises
Bob and Tom Enterprises
each of them with the same file number "01234".
Any suggestions?
Thanks.
-David
I am using RMCOBOL-85 on Linux.
Basically, I have an Indexed file I'll be reading from.
I want to store multiple records from 1 record read.
If the record read has:
"Bob and Tom Enterprises" as a name field and a file number of "01234"
I want to be able to write multiple records to another indexed file which I will use later for name search purposes.
So the name above would yield the following 4 records:
Enterprises
Tom Enterprises
and Tom Enterprises
Bob and Tom Enterprises
each of them with the same file number "01234".
Any suggestions?
Thanks.
-David