Hello. I'm fairly new to PROGRESS and have been given the task of importing a variable-length record sequential file. Essentially, it's a file of customers and their kids. The first part of the record is fixed width (Name, address, etc). The variable length part comes in when they start listing their kids. Each kid will get his/her own field, with a variable number of fields depending on how many kids the person has.
The input will be:
Name
Address
Kid 1
Kid 2
Kid 3 (etc)
The output will be a unique record for each kid, with the parent's info at the beginning:
Name
Address
Kid
Kid-ordinal (1,2,3, etc)
Any ideas? Is there a magic Progress command to read this data?
Thanks in advance!
Natalie
The input will be:
Name
Address
Kid 1
Kid 2
Kid 3 (etc)
The output will be a unique record for each kid, with the parent's info at the beginning:
Name
Address
Kid
Kid-ordinal (1,2,3, etc)
Any ideas? Is there a magic Progress command to read this data?
Thanks in advance!
Natalie