Author |
Message |
Topic: MQ OPEN 2045 error |
PaulClarke
Replies: 30 Views: 4474
|
Forum: IBM MQ API Support Posted: Tue Nov 24, 2020 8:11 pm Subject: MQ OPEN 2045 error |
Well sorry but I have run out of ideas. The next things I would be doing, if it were me, is trying to reproduce the problem with an MQ trace on hope that the trace gave more information about why the ... |
Topic: MQ OPEN 2045 error |
PaulClarke
Replies: 30 Views: 4474
|
Forum: IBM MQ API Support Posted: Tue Nov 24, 2020 7:47 pm Subject: MQ OPEN 2045 error |
No I don't see any bug there. One of the issues with COBOL is that it is not very good at bitwise OR so people write X + Y rather than X | Y. This is fine but can cause problems if in a loop and you e ... |
Topic: MQ OPEN 2045 error |
PaulClarke
Replies: 30 Views: 4474
|
Forum: IBM MQ API Support Posted: Tue Nov 24, 2020 9:46 am Subject: MQ OPEN 2045 error |
Is it possible that you have a bug in your code. Are you really presenting the same options each time ? Perhaps you would like to post the code fragment of the open call just to get a second pair of e ... |
Topic: MQGem Software releases version 9.2.1 of MO71 |
PaulClarke
Replies: 4 Views: 2249
|
Forum: News/Updates Posted: Thu Nov 19, 2020 12:35 am Subject: MQGem Software releases version 9.2.1 of MO71 |
It is certainly true that in order to try out MO71 one should get a trial licence. Without a licence one can do very little in the program. However, I tend to agree that generic operations such as Add ... |
Topic: MQI vs Message Channels |
PaulClarke
Replies: 4 Views: 2023
|
Forum: General IBM MQ Support Posted: Tue Oct 06, 2020 3:17 am Subject: MQI vs Message Channels |
Well I guess it is debatable whether things would be made simpler on balance. There are certainly advantages to the idea that if QMA can send to QMB then QMB can automatically send to QMA. However, th ... |
Topic: MQI vs Message Channels |
PaulClarke
Replies: 4 Views: 2023
|
Forum: General IBM MQ Support Posted: Fri Oct 02, 2020 9:54 am Subject: MQI vs Message Channels |
There are probably lots of reasons. It was certainly considered at one point to have a bi-directional mode with a transmission queue at either end but it never got sufficient traction. I guess the cus ... |
Topic: Iteration vs. looping |
PaulClarke
Replies: 12 Views: 1639
|
Forum: General Discussion Posted: Thu Oct 01, 2020 8:29 pm Subject: Iteration vs. looping |
Most of life is a loop. The concerning thing is when you go to sleep and dream of falling asleep. Then you are in recursion which is much more difficult to get out of  |
Topic: How To use C examples? |
PaulClarke
Replies: 11 Views: 5090
|
Forum: IBM MQ API Support Posted: Mon Sep 14, 2020 4:05 am Subject: How To use C examples? |
Well then are you sure that the Queue Manager you are connecting to is called MQM ?
Have you looked in the MQ Client error log for any error messages ? |
Topic: How To use C examples? |
PaulClarke
Replies: 11 Views: 5090
|
Forum: IBM MQ API Support Posted: Mon Sep 14, 2020 2:18 am Subject: How To use C examples? |
Why have you separated the parameters with commas? Try just using spaces. |
Topic: QLOAD now available on z/OS |
PaulClarke
Replies: 2 Views: 930
|
Forum: News/Updates Posted: Thu Aug 27, 2020 11:48 am Subject: QLOAD now available on z/OS |
Hi Bruce,
Essentially yes. When I wrote the original MO03 SupportPac I had access to a z/OS machine so I built versions for z/OS. When I left IBM they incorporated MO03 into IBM MQ as dmpmqmsg. Va ... |
Topic: QLOAD now available on z/OS |
PaulClarke
Replies: 2 Views: 930
|
Forum: News/Updates Posted: Thu Aug 27, 2020 12:57 am Subject: QLOAD now available on z/OS |
Dear MQers,
MQGem Software is pleased to announce the release of QLOAD for z/OS.
As you may well know QLOAD is an extension of my MO03 SupportPac (which also became dmpmqmsg). As a SupportPac, Q ... |
Topic: MQGem Software releases version 9.2.1 of MO71 |
PaulClarke
Replies: 4 Views: 2249
|
Forum: News/Updates Posted: Sat Aug 22, 2020 1:11 am Subject: MQGem Software releases version 9.2.1 of MO71 |
MQGem Software is pleased to announce the availability of MO71 Version 9.2.1. This comes hot on the heels of the 9.2.0 release earlier this month.
This mini-release contains just three features, all ... |
Topic: Backup messages on a queue and put them back in one by one |
PaulClarke
Replies: 14 Views: 1959
|
Forum: General Discussion Posted: Tue Aug 18, 2020 10:54 am Subject: Backup messages on a queue and put them back in one by one |
dmpmqmsg is effectively a copy of my MO03 SupportPac often referred to as QLOAD. When I left IBM they took a copy of MO03 and made it part of the product to ensure that people has the base functionali ... |
Topic: MQGem releases updated versions of MO71, MQSCX and MQEV |
PaulClarke
Replies: 1 Views: 1443
|
Forum: News/Updates Posted: Tue Aug 04, 2020 3:51 am Subject: MQGem releases updated versions of MO71, MQSCX and MQEV |
MQGem Software is pleased to announce that it has just released version 9.2.0 of the above products, which are available for immediate download for licenced users.
The updates provide a range of ne ... |
Topic: MQ Match with a wait |
PaulClarke
Replies: 17 Views: 5670
|
Forum: General IBM MQ Support Posted: Tue Jun 16, 2020 12:55 pm Subject: MQ Match with a wait |
Well it won't if you have a GET(WAIT) interval which is the question in the original post.
I am not quite sure the point you are making Bruce. |