Greetings everyone, I have a while loop that creates a text file. Each row processed results in a single line in the text file.
I need some way to have the text file end at the end of the last line of data and not on the line after the last line of data. I have tried to add a backspace (char(8)) to the text file before issuing the out screen command but that has not helped. Any suggestions would be appreciated. Dave Fitts

