I am unable to find an answer to this on them web, and hope that some here can help. I am using Microfocus Cobol running on AIX 4.3.3. I am trying to produce a record sequential file that is fixed width (each record is PIC x(202), and email this data file to an end-user. The thing is that when the user opens this file in windows notepad, there is a "box" character in the first position of the file, and the same character in the last position. I am assuming that these are carriage returns, but need to know how to not have them in the output file while retaining the file format. Thanks