|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQSC where clause - use of extra condition |
« View previous topic :: View next topic » |
Author |
Message
|
HenriqueS |
Posted: Mon Jul 09, 2012 9:46 am Post subject: MQSC where clause - use of extra condition |
|
|
 Master
Joined: 22 Sep 2006 Posts: 235
|
I am trying something like this with MQSC, but it does not work:
DISPLAY CHSTATUS(*) WHERE(STATUS NE RUNNING AND CHLTYPE EQ SENDER)
DISPLAY CHSTATUS(*) WHERE(STATUS NE RUNNING) WHERE(CHLTYPE EQ SENDER)
DISPLAY CHSTATUS(*) WHERE(STATUS NE RUNNING) AND WHERE(CHLTYPE EQ SENDER)
Reading the book, it does not seem to allow multiple conditions. Am I right? Any workaround available (not mentioning use of PCF programming). |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 09, 2012 10:02 am Post subject: Re: MQSC where clause - use of extra condition |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
HenriqueS wrote: |
Am I right? |
Yes.
HenriqueS wrote: |
Any workaround available |
Yes.
HenriqueS wrote: |
(not mentioning use of PCF programming). |
Oh, then, No. |
|
Back to top |
|
 |
HenriqueS |
Posted: Mon Jul 09, 2012 12:21 pm Post subject: |
|
|
 Master
Joined: 22 Sep 2006 Posts: 235
|
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 09, 2012 12:24 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Wish there was a different answer!
I mean, there ... is... but it's a lot of shell scripting to reformat the output of runmqsc and then do your own filtering, and PCF messages is probably *almost* as easy - particularly with the Perl or Java modules. |
|
Back to top |
|
 |
WBI_User21 |
Posted: Fri Jul 13, 2012 1:05 am Post subject: |
|
|
 Voyager
Joined: 12 Jun 2007 Posts: 98
|
|
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
|
|
|
|