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

How to handle XML tags in cobol


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

New User


Joined: 23 Jun 2005
Posts: 22

PostPosted: Sun Feb 04, 2007 7:13 pm
Reply with quote

hi ,

i am dealing wiht MQ 's in my prgramme . Data comes over MQ my programe is to get the data from MQ using MQGET and store into the Working storage cobol varibales.

here is DATA in MQ is XML fromate like

<date>23453535</date>
<data1> // data1 is group Repetative nature

<data2>siss</data2>
<data3>2345</data3>
<data4> // data4 is the group Repetative nature
<data5>34434</data5>
<data6>sdfd </data6>

</data4>
</data1>


the data coming throught MQ in XML formate i wanted to unstring the data into COBOL varibales
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Sun Feb 04, 2007 7:21 pm
Reply with quote

Your best bet would be to use COBOL's XML parse function. Are you familiar with it?
Back to top
View user's profile Send private message
kiran_polnati
Warnings : 2

New User


Joined: 23 Jun 2005
Posts: 22

PostPosted: Sun Feb 04, 2007 7:30 pm
Reply with quote

hi willia i am not femilier with COBOL s PARSE function please elobarate with EXAMPLES


thnks in advance
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Sun Feb 04, 2007 7:38 pm
Reply with quote

You will get more help from these manuals, the ENTERPRISE COBOL Language Reference and the
ENTERPRISE COBOL Programming Guide , trust me.
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