Author |
Message |
Topic: PCF to inquire topics and subscriptions |
kevinf2349
Replies: 24 Views: 32438
|
Forum: General IBM MQ Support Posted: Wed Sep 01, 2010 5:37 am Subject: PCF to inquire topics and subscriptions |
Maybe I am missing something (like a clue) but....
where do you specify where to put the results of the inquire? |
Topic: Finding MQCONN entries in TRACE |
kevinf2349
Replies: 14 Views: 14987
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Aug 20, 2010 10:24 am Subject: Finding MQCONN entries in TRACE |
Clear - not really, but since I am interested in the response from a second consecutive MQCONN call, I have my answer ie I won't see it in the trace.
Thanks all.
I almost hate to ask but. ... |
Topic: How to get the msg... |
kevinf2349
Replies: 11 Views: 12458
|
Forum: General IBM MQ Support Posted: Thu Feb 04, 2010 6:46 am Subject: How to get the msg... |
Isn't another possibility a mismatched sequence number wrap value? |
Topic: Using JCL(COMPSERV) to compile C code |
kevinf2349
Replies: 12 Views: 22253
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Nov 30, 2009 12:55 pm Subject: Using JCL(COMPSERV) to compile C code |
SYSOPFT DD card.
Irritatingly, pedantically, it's a DD statement.
which are on punched CARD images  |
Topic: Using JCL(COMPSERV) to compile C code |
kevinf2349
Replies: 12 Views: 22253
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Nov 30, 2009 11:15 am Subject: Using JCL(COMPSERV) to compile C code |
Pedantically that's a JCL statement not part of the C code.
Even more pedantically it isn't a JCL statement it is an input stream associated with the SYSOPFT DD card.
I agree it cou ... |
Topic: Using JCL(COMPSERV) to compile C code |
kevinf2349
Replies: 12 Views: 22253
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Nov 30, 2009 7:21 am Subject: Using JCL(COMPSERV) to compile C code |
//SYSOPTF DD *
RENT,SOURCE,LIST,OFFSET,LONGNAME,DLL,NOOPT,
DEF(BATCH,MVS),
NOEXPO, ... |
Topic: Steps to create Queue manager on Z/OS |
kevinf2349
Replies: 18 Views: 21566
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Nov 09, 2009 2:40 pm Subject: Steps to create Queue manager on Z/OS |
The truth of the matter is that it is extremely hard (if not impossible) to bluff your way through MQ on z/OS.
The MQ Admin side is fairly straightforward, but the installation and set ... |
Topic: finding a channel |
kevinf2349
Replies: 19 Views: 15542
|
Forum: General IBM MQ Support Posted: Tue Oct 20, 2009 12:39 pm Subject: finding a channel |
If the app connects locally then it doesn't even use a channel.
The local queue definition of the remore queue will have (hopefully) the name of a transmission queue. That transmission queue will b ... |
Topic: 2 channnels connecting to same QM simultaneously |
kevinf2349
Replies: 25 Views: 21176
|
Forum: General IBM MQ Support Posted: Wed Jul 22, 2009 10:56 am Subject: 2 channnels connecting to same QM simultaneously |
What have you tried? |
Topic: Verify if MQ Client or MQ Server is installed |
kevinf2349
Replies: 27 Views: 67451
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jul 21, 2009 12:27 pm Subject: Verify if MQ Client or MQ Server is installed |
The registry does tell you this as key ProductType.
I admit it would be nice to get this information without digging into the registry but it is there. |
Topic: MQ Performance Message Max Size |
kevinf2349
Replies: 20 Views: 25677
|
Forum: General Discussion Posted: Mon Jul 20, 2009 5:30 am Subject: MQ Performance Message Max Size |
So specify a size that's large enough, and optionally retry with a larger buffer, but don't specify an MQGET buffer size of 10MB if your messages are going to be 20K.
I must be missing something he ... |
Topic: Unkown RC when submitting message to COMMAND.INPUT.QUEUE |
kevinf2349
Replies: 5 Views: 9144
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jul 17, 2009 1:35 pm Subject: Unkown RC when submitting message to COMMAND.INPUT.QUEUE |
Thanks for the insight. I thought only distributed systems supported PCF. I will do some analysis of how much administrative code I need to write in. If I end up discoring that there will be a lot of ... |
Topic: CSQX037E and CSQX009I Channel initiator stopping |
kevinf2349
Replies: 7 Views: 10899
|
Forum: General IBM MQ Support Posted: Thu Jul 09, 2009 5:03 am Subject: CSQX037E and CSQX009I Channel initiator stopping |
My bet is that the job the clear the queues was still running when the queue manager was trying to start a triggered channel and you foolishly clobbered the trigger message before the queue manager co ... |
Topic: How to setup a QMgr connected by CICS in diff LPARs |
kevinf2349
Replies: 10 Views: 11841
|
Forum: General IBM MQ Support Posted: Wed Jul 08, 2009 6:24 am Subject: How to setup a QMgr connected by CICS in diff LPARs |
What cost savings?
If they are all on the same machine (even if they are in different LPARs on that machine) the cost is the same regardless of how many queue managers you have and in what LPARs t ... |
Topic: rfhutilc cannot load remote queues |
kevinf2349
Replies: 47 Views: 71029
|
Forum: General IBM MQ Support Posted: Wed Jul 01, 2009 5:12 am Subject: rfhutilc cannot load remote queues |
I thought you had to reboot if you change MQSERVER? Did they change that?
I usually use channel tables so I haven't used MQSERVER for a long time so I may be wrong about a reboot these days. |