I'm trying to write out a sequential tab-delimited text file from a MicroFocus COBOL program on Windows 2003. Before every tab, a low-value byte is somehow being inserted. To make things even more confusing, the problem seems to be server-specific. If I run the exact same executable on a different server (also Windows 2003), the file comes out looking just fine. That leads me to believe that the code is fine as it is, and that some sort of server setting or environment variable needs to be changed.
Any ideas?
Any ideas?