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