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

CONVERTION between XML to COBOL


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

New User


Joined: 21 Oct 2003
Posts: 45

PostPosted: Fri Aug 19, 2005 4:24 pm
Reply with quote

I am working with Convertion project. In that we have to take the input from XML file and has to convet into COBOL copy book. So convertion between XML to COBOL. Please tell me how can I convert the code from XML to COBOL..
Back to top
View user's profile Send private message
sendil

New User


Joined: 30 Jun 2005
Posts: 27

PostPosted: Tue Aug 30, 2005 4:28 pm
Reply with quote

1)You can specify the XML field and its length which is equal to COBOL copybook length.

2) You can design the cobol program with file which gets the value from xml.(currently we dont have the option to link the cobol program with XML So that you can use some middle ware(MQ series))
3) The length of the file must be equal to length of the copybook.

If you need further information, please reply to me

Thanks
Sendil
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top