I am having problems with customer data. The data comes in clean, however every once in a while there is a carriage return hiding in the data.
When I go to write out the data as a text document, the carriage return knocks the record onto two lines. The result is me going back to the text file to find the break and delete it.
Is there a way I can get rid of the carriage return before or after I write the file out so the carriage return will be removed. I was trying to use the CHRTRAN command but I am getting no success. I am probably using it wrong.
When I go to write out the data as a text document, the carriage return knocks the record onto two lines. The result is me going back to the text file to find the break and delete it.
Is there a way I can get rid of the carriage return before or after I write the file out so the carriage return will be removed. I was trying to use the CHRTRAN command but I am getting no success. I am probably using it wrong.