‎2008 Jun 23 8:32 AM
Hi,
I have an issue with XML file.
When I save my XML file in application server it is saving in single line.
I read this file in my program using:
open dataset file for input in text mode.
do.
read dataset file into data.
enddo.
after this I am getting my xml data into DATA.But I am getting only 2000 characters length.
remaining is not comming.
Can any one tell me what is the maximum length we can read from app.server and how can i solve this.
Thanks ina dvance.
‎2008 Jun 23 8:35 AM
Hi,
Go to TCODE CG3y and download your file. you will see the whole data.
‎2008 Jun 23 8:41 AM
Yes I did the same
and I opened that file .it is aying that first 2 tags arew not closed.
means it is suppressing the data after 2000 chars in app.server