|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Hi I have problem with FIELDNAME |
« View previous topic :: View next topic » |
Author |
Message
|
nagak |
Posted: Thu Jan 13, 2005 4:57 pm Post subject: Hi I have problem with FIELDNAME |
|
|
Novice
Joined: 14 Dec 2004 Posts: 11
|
CAN Aany body explain with example FIELDNAME? |
|
Back to top |
|
 |
kirani |
Posted: Thu Jan 13, 2005 11:24 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
What is this regarding? WMQI? If so, please post your WMQI realted questions into WMQI forum. This forum is for Job Postings only.
Brandon, please move this post to WMQI Forum. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
bduncan |
Posted: Mon Jan 17, 2005 6:58 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Done... Although I'm not sure why I didn't just delete it since it is one of the most cryptic, undetailed questions that has ever been asked on this site.
Believe me, nobody is ever going to complain that a person asking a question provided TOO MUCH information! _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
JT |
Posted: Tue Jan 18, 2005 9:02 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
The FIELDNAME function is used to return the name of the element referenced by the source-string.
Code: |
<Msg>
<ElementX>X</ElementX>
<ElementY>Y</ElementY>
<ElementZ>Z</ElementZ>
</Msg>
DECLARE xmlTagName CHARACTER FIELDNAME(InputBody.Msg.*[2]);
|
In this example, the value 'ElementY' is assigned to the xmlTagName variable, not the element's value, 'Y'. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|