@sauravs3n wrote:
One additional change I had to do while creating the text file within the zip archive locally was to add TERMSTR=CRLF to the file statement to enable the text file to display properly on windows. The text file would otherwise display all the data in a single line.
This depends on the software used to display the text file. While notepad needs the additional CR, more advanced text editors like Notepad++ can handle it, like most (or all) of the word processors.
... View more