Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

reading xml

Former Member
0 Likes
452

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.

2 REPLIES 2
Read only

Former Member
0 Likes
384

Hi,

Go to TCODE CG3y and download your file. you will see the whole data.

Read only

0 Likes
384

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