Skip to Content
0
Former Member
Jul 20, 2008 at 09:42 AM

Special Character problem when writing to application server

271 Views

Hi All,

I am facing a problem when writing a file to application server,

when ever the internal table has an entry of special character in a field say NAME, the corresponding entry in file has shifted over one byte in the file.

I think that Open data set statement used might be cause for this problem

I have used

" Open dataset P_FILE for output in textmode encoding default"

Please help me with this problem