Author |
Message |
Topic: Browse option on Mainframe |
MucheIsMyHero
Replies: 11 Views: 16287
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Mar 10, 2008 10:25 am Subject: Browse option on Mainframe |
Some good suggestions here already I'd add the M071 support pac as another option. |
Topic: Urgent - uncommited messages under CICS |
MucheIsMyHero
Replies: 15 Views: 13868
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Feb 13, 2008 2:58 pm Subject: Urgent - uncommited messages under CICS |
There's nothing inherently wrong with the screen showing uncommitted messages while processing is going on. When you say CICS was giving up the transaction, do you mean that the transaction would abe ... |
Topic: Grouping in CICS/COBOL |
MucheIsMyHero
Replies: 4 Views: 5616
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Feb 13, 2008 5:47 am Subject: Grouping in CICS/COBOL |
I am the sysprog and I've checked the SCSQCOBS samples. I couldn't find a sample that included message group logic, perhaps I'm just missing it. I'll double-check as it can be easy to overlook, but ... |
Topic: Grouping in CICS/COBOL |
MucheIsMyHero
Replies: 4 Views: 5616
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Feb 12, 2008 9:57 am Subject: Grouping in CICS/COBOL |
Does anyone know somewhere I can get a code sample that involves MQ Grouping in CICS/COBOL? We're considering this for a new application on the mainframe and I've been unable to find a COBOL sample t ... |
Topic: Message/Header Compression |
MucheIsMyHero
Replies: 0 Views: 2942
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jan 28, 2008 3:02 pm Subject: Message/Header Compression |
The Websphere MQ V6 for z/OS Performance Report (Support Pac MP1E) provides some interesting data about this new functionality. I'm curious to know if any of you have started using it, and if so, if ... |
Topic: Early Code on v531 and QMgr on V6 |
MucheIsMyHero
Replies: 10 Views: 13237
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jan 28, 2008 8:32 am Subject: Early Code on v531 and QMgr on V6 |
Luis,
Are you posting this because you find it interesting or because you are unsure of how you got to this point? If the latter, make sure to review Task 3 in z/OS System Setup guide. |
Topic: Qmgr Hung coming down - MQ V6 and Mainview for WMQ V4.3 |
MucheIsMyHero
Replies: 7 Views: 7681
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jan 25, 2008 3:05 pm Subject: Qmgr Hung coming down - MQ V6 and Mainview for WMQ V4.3 |
Ross, thanks for coming back and sharing that. I'm not at the office to check it right now, but you might have saved us an issue. |
Topic: Need your experiences using SHARED QUEUES |
MucheIsMyHero
Replies: 3 Views: 4632
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jan 25, 2008 2:52 pm Subject: Re: Need your experiences using SHARED QUEUES |
How problematic is applying the maintenance on shared queues? I see lots of HOLDDATA for DB2 rebinds.
If you or your shop have a structured maintenance plan then there really isn't a whole lot ... |
Topic: Need your experiences using SHARED QUEUES |
MucheIsMyHero
Replies: 3 Views: 4632
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jan 25, 2008 2:42 pm Subject: Re: Need your experiences using SHARED QUEUES |
What kinds of problems did you have installing?
The biggest problem at my place was not anything administrative, it was getting the application programmers to code their triggered CICS transactio ... |
Topic: How long connection will be active |
MucheIsMyHero
Replies: 16 Views: 16179
|
Forum: General Discussion Posted: Wed Jan 23, 2008 11:56 am Subject: How long connection will be active |
It's not only better, it's the Right Thing to do. Wearing my MQ admin hat, failing to disconnect is #1 on the Trout List for app developers.
THANK YOU. |
Topic: Multiple programs getting from the same queue |
MucheIsMyHero
Replies: 6 Views: 6899
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Aug 02, 2007 4:45 pm Subject: Multiple programs getting from the same queue |
I was thinking like MQ on zOS may be having any restriction on the concurrent "GET"s. The opprocs was always less than 3 during the execution. Is there any setting which limits the number of ... |
Topic: Multiple programs getting from the same queue |
MucheIsMyHero
Replies: 6 Views: 6899
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jul 27, 2007 4:11 pm Subject: Multiple programs getting from the same queue |
Would you mind posting output from a DISPLAY QMGR command on your z/OS system?
I was thinking like MQ on zOS may be having any restriction on the concurrent "GET"s. The opprocs was always ... |
Topic: Retrieve entire msg, where msg length is > buf size |
MucheIsMyHero
Replies: 2 Views: 2640
|
Forum: General IBM MQ Support Posted: Sun Jul 03, 2005 10:59 am Subject: Retrieve entire msg, where msg length is > buf size |
Just curious... why the 4k application limitation? |