by swd » Fri Apr 03, 2009 6:14 pm
Hi meghs,
I'd write a COBOL program and use the UNSTRING verb, something like
UNSTRING record DELIMITED BY ","
INTO field1, field2, field3, field4, field5 etc....
END-UNSTRING
The fields would be part of a fixed file layout so when you write the record out it will be a FB file.
Hopefully this is what you're after.
Cheers
Steve