Re: How to remove Carriage return character from PF
You will want to replace the x'0D' you have and the x'25' also. That is a very old version so that is probably why REPLACE isn't valid. Don't know why TRANSLATE isn't working, could be the release or something else. Did you look at your job log for any messages? Running under debug (STRDBG) might put more messages in the job log.
You will want to replace the x'0D' you have and the x'25' also. That is a very old version so that is probably why REPLACE isn't valid. Don't know why TRANSLATE isn't working, could be the release or something else. Did you look at your job log for any messages? Running under debug (STRDBG) might put more messages in the job log.



. My bad luck 

Comment