Author |
Message |
Topic: copy messagges on zos |
KathyB
Replies: 5 Views: 4281
|
Forum: Mainframe, CICS, TXSeries Posted: Tue May 18, 2010 7:13 am Subject: copy messagges on zos |
You might try
1. copy messages from QM1 Q1 LPAR1 out to a sequential dataset using the CSQUTIL utility
2. define a new queue on QM2 LPAR2
3. load messages to QM2 Q2 LPAR2 using the CSQUTIL utili ... |
Topic: client connections to the mainframe |
KathyB
Replies: 4 Views: 7136
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Feb 18, 2009 10:51 am Subject: client connections to the mainframe |
Thanks for the good info.
I will look at both increasing the number of active channels, the disconnect interval, and keep an eye on connection growth. Thanks!
What do you use for your inactiv ... |
Topic: client connections to the mainframe |
KathyB
Replies: 4 Views: 7136
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Feb 18, 2009 6:37 am Subject: client connections to the mainframe |
Anyone with experience dealing with client connections to the mainframe?
I am running into a problem where the channel limit is being exceeded. It appears that the clients are not disconnecting ... |
Topic: MQ CICS Bridge CKBP bottleneck |
KathyB
Replies: 7 Views: 13377
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Dec 22, 2008 12:01 pm Subject: MQ CICS Bridge CKBP bottleneck |
FYI. The APAR for this is PK38581 |
Topic: MQ CICS Bridge CKBP bottleneck |
KathyB
Replies: 7 Views: 13377
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Dec 22, 2008 8:38 am Subject: MQ CICS Bridge CKBP bottleneck |
I forgot to mention that I also upped the response time on my CHIN task to 60 seconds. The default is 30 seconds.
Add:
COMMAND RESPTIME(60) to your CSQINPX DD |
Topic: MQ CICS Bridge CKBP bottleneck |
KathyB
Replies: 7 Views: 13377
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Dec 22, 2008 8:23 am Subject: MQ CICS Bridge CKBP bottleneck |
I ran into this very same problem.
In searching the IBM database, I found that this message occurs for MQ CICS bridge applications when there is a delay in processing a large number of messages. ... |
Topic: Display WMQ version |
KathyB
Replies: 2 Views: 4579
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Dec 03, 2007 5:24 am Subject: Display WMQ version |
The display command also gives you that information:
display qmgr cmdlevel |
Topic: copying a dataset created by the csqutil utility program |
KathyB
Replies: 8 Views: 8703
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Dec 03, 2007 4:48 am Subject: copying a dataset created by the csqutil utility program |
First of all let me respond to Bruce2359. It's obvious to me that you don't know either mainframes or MQSeries utilities. Sometimes I question why I waste my time asking questions on this site when ... |
Topic: copying a dataset created by the csqutil utility program |
KathyB
Replies: 8 Views: 8703
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Nov 29, 2007 10:35 am Subject: copying a dataset created by the csqutil utility program |
Do you know if there iis a way to copy a dataset that was created by the copy function of the csqutil utility program into another dataset?
I have been unsuccessful with the iebgener utility as th ... |
Topic: Omegamon KMQ.* Permanent Dynamic Queue Auto Deletetion |
KathyB
Replies: 3 Views: 6958
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Oct 17, 2007 7:18 am Subject: Omegamon KMQ.* Permanent Dynamic Queue Auto Deletetion |
Thanks for the info. I'll do the same. |
Topic: Omegamon KMQ.* Permanent Dynamic Queue Auto Deletetion |
KathyB
Replies: 3 Views: 6958
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Oct 17, 2007 7:04 am Subject: Omegamon KMQ.* Permanent Dynamic Queue Auto Deletetion |
You haven't missed anything. You are correct in the way you are deleting the queues created by Omegamon. |
Topic: WMQ Disaster Recovery Design & Implementation |
KathyB
Replies: 9 Views: 9914
|
Forum: Mainframe, CICS, TXSeries Posted: Wed May 09, 2007 5:08 am Subject: WMQ Disaster Recovery Design & Implementation |
We have decided, here, not to restore messages and to cold start all of our queue managers due to the possibility of having messages that were already received be sent again. We thought there could ... |
Topic: DPL Bridge - current queue depth in error |
KathyB
Replies: 5 Views: 8350
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Aug 31, 2006 7:45 am Subject: DPL Bridge - current queue depth in error |
Just an FYI to those using the CICS DPL Bridge Queue.
I reported the problem that I was having with the current queue depth value not reflective of the actual number of messages to IBM IBM.
... |
Topic: DPL Bridge - current queue depth in error |
KathyB
Replies: 5 Views: 8350
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Aug 16, 2006 11:10 am Subject: DPL Bridge - current queue depth in error |
You must mean resolve with commit on the sender channel. Tried that too without any luck. Thanks for the suggestion. |
Topic: DPL Bridge - current queue depth in error |
KathyB
Replies: 5 Views: 8350
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Aug 16, 2006 10:06 am Subject: DPL Bridge - current queue depth in error |
Mystery solved. The user is debugging his program and ending his debug session prior to issuing a syncpoint.
I do not see that there is a way to reset current queue depth counter? I'm not having ... |