ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » mq report options available with esql??

Post new topic  Reply to topic
 mq report options available with esql?? « View previous topic :: View next topic » 
Author Message
hornbeam123
PostPosted: Wed Jun 07, 2006 4:58 am    Post subject: mq report options available with esql?? Reply with quote

Centurion

Joined: 01 Nov 2003
Posts: 101

i want to set mqmd - cod report options in a compute node with esql. The message is put to a queue with MQOutput. The consuming application will generate a cod...

I know you can set replytoq and qmgr fields but nothing in wbimb 5 esql manual about setting mqmd.report.

Can this be done?
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Jun 07, 2006 5:16 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Yes.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
hornbeam123
PostPosted: Wed Jun 07, 2006 6:08 am    Post subject: mq report options available with esql?? Reply with quote

Centurion

Joined: 01 Nov 2003
Posts: 101

Jeff but how? Where's it documented?
Back to top
View user's profile Send private message
JT
PostPosted: Wed Jun 07, 2006 6:14 am    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

Code:
SET OutputRoot.MQMD.Report = MQRO_COD_WITH_DATA;
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Jun 07, 2006 6:15 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

What, exactly, have you tried?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
fschofer
PostPosted: Wed Jun 07, 2006 6:28 am    Post subject: Reply with quote

Knight

Joined: 02 Jul 2001
Posts: 524
Location: Mainz, Germany

hornbeam123 wrote:
Jeff but how? Where's it documented?

The Message Broker is a MQSeries application like others.

So the options for filling MQMD fields are documented in the WebSphere MQ Application Programming Reference
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/topic/com.ibm.mq.csqzak.doc/csqzak10.htm

Greetings
Frank
Back to top
View user's profile Send private message Send e-mail
hornbeam123
PostPosted: Thu Jun 08, 2006 8:29 am    Post subject: mq report options available with esql?? Reply with quote

Centurion

Joined: 01 Nov 2003
Posts: 101

i have my answers so now i shall code and test.

thanks everybody.

for ibm a para in the wbimb esql manual to one confirm that mq report options can be set and how to code in esql would save such questions.
Back to top
View user's profile Send private message
wschutz
PostPosted: Thu Jun 08, 2006 8:38 am    Post subject: Re: mq report options available with esql?? Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

hornbeam123 wrote:
i have my answers so now i shall code and test.

thanks everybody.

for ibm a para in the wbimb esql manual to one confirm that mq report options can be set and how to code in esql would save such questions.
Every page in the Infocenter has a "feedback" link. The Info developers want to hear from you on how the documenation can be improved. Thanks
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
jefflowrey
PostPosted: Thu Jun 08, 2006 8:47 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.doc/ad09700_.htm

More particularly,
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.doc/ac16900_.htm

Quote:
You can refer to the fields within the MQMD, and you can update them in a Compute node.

_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
hornbeam123
PostPosted: Fri Jun 09, 2006 2:57 am    Post subject: mq report options available with esql?? Reply with quote

Centurion

Joined: 01 Nov 2003
Posts: 101

For everybody's information.

My flow is working with the following esql :-

SET OutputRoot.MQMD.ReplyToQ = 'A.REPLY.Q';
SET OutputRoot.MQMD.ReplyToQmgr = ' '; --blank means broker's queue manager

SET OutputRoot.MQMD.Report = MQRO_COD +
MQRO_COPY_MSG_ID_TO_CORREL_ID;
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » mq report options available with esql??
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.