IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What is the maximum value a XML file can be loaded to workig


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shr_amar
Warnings : 2

Active User


Joined: 02 May 2005
Posts: 128
Location: UK

PostPosted: Tue Jun 03, 2008 9:15 pm
Reply with quote

Hello -

I want to parse XML file into cobol file for that we have to load complete XML file into working storage then only parser can work .

My problem is that i am not sure how much data will come on xml file but the volume will be high .

Please help me here .

Regards
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Jun 03, 2008 9:31 pm
Reply with quote

did You try to search ( google for example ) for
maximum xml document size for cobol parser

the application designer should know about the size of data,
object sizing and volume estimate are two of the basic concepts
for a good application design
high volume is kind of relative icon_cool.gif
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Tue Jun 03, 2008 10:44 pm
Reply with quote

shr,

Quote:
My problem is that i am not sure how much data will come on xml file but the volume will be high .



what is the layout of the cobol file? Are you using any copybook for the same?
Back to top
View user's profile Send private message
shr_amar
Warnings : 2

Active User


Joined: 02 May 2005
Posts: 128
Location: UK

PostPosted: Wed Jun 04, 2008 1:22 pm
Reply with quote

yes aaru ,
we want to map XML data into cobol copybook layout whose RL is 116 .
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Wed Jun 04, 2008 3:56 pm
Reply with quote

shr,

Quote:
My problem is that i am not sure how much data will come on xml file but the volume will be high .


You don't have to worry about the data that you get in the XML file. All you have to do is to check for the tags received and move the corresponding data to the cobol copybook fields.

If you are not convinced, post your queries.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top