Hi All -- New to forum. Just getting started on brushing off some of my Cobol coding skills. I have GNUcobol install on my Win 10 PC. I've been writing a few simple programs using EditRocket. I'm an old mainframe programmer so getting used to the PC environment. One program I am working on:
1. Input CSV file
2. Unstring it
3. Write to .txt file
Issue: when i write the output record, it is displaying in the output file as one continuous line. I've tried a few different options but can not get the next record to write on a new line. Any help is appreciated. Thank you!
1. Input CSV file
2. Unstring it
3. Write to .txt file
Issue: when i write the output record, it is displaying in the output file as one continuous line. I've tried a few different options but can not get the next record to write on a new line. Any help is appreciated. Thank you!