ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 311 matches
Author Message
  Topic: Odd case behaviour of z/OS MQ programs called from TSO.
cicsprog

Replies: 8
Views: 6289

PostForum: Mainframe, CICS, TXSeries   Posted: Tue Aug 08, 2023 4:23 pm   Subject: Odd case behaviour of z/OS MQ programs called from TSO.
https://www.ibm.com/docs/en/cics-ts/5.2?topic=instructions-letter-case-rexx

https://www.ibm.com/docs/en/cics-ts/5.2?topic=application-preventing-translation-uppercase
  Topic: Odd case behaviour of z/OS MQ programs called from TSO.
cicsprog

Replies: 8
Views: 6289

PostForum: Mainframe, CICS, TXSeries   Posted: Mon Aug 07, 2023 9:35 am   Subject: Odd case behaviour of z/OS MQ programs called from TSO.
FYI

REXX has a built in function for changing case:

var1 = TRANSLATE(STRING,UPPER,LOWER)
or the other direction
var2 = TRANSLATE(STRING,LOWER,UPPER)

in addition, on a ISPF PANEL it has the ...
  Topic: Does anyone run their ZOS MQ in CDR Maintenance mode?
cicsprog

Replies: 0
Views: 2185

PostForum: Mainframe, CICS, TXSeries   Posted: Mon Aug 07, 2023 8:26 am   Subject: Does anyone run their ZOS MQ in CDR Maintenance mode?
My client decided to cut costs and get MQ ZOS software in CDR mode. I've never supported ZOS MQ in CDR mode.

I was curious on how you do a backoff should there be a really bad defect when impleme ...
  Topic: COLD Start to Migrate to v9.1.5 Question
cicsprog

Replies: 7
Views: 5571

PostForum: Mainframe, CICS, TXSeries   Posted: Thu Dec 01, 2022 9:30 am   Subject: COLD Start to Migrate to v9.1.5 Question
Just a FYI...this worked out very well. Converted all their MQMs with no issues.
  Topic: Queue Manager rename
cicsprog

Replies: 6
Views: 3249

PostForum: General IBM MQ Support   Posted: Thu Dec 01, 2022 8:22 am   Subject: Queue Manager rename
As suggested above.
1) Backup the MQM you want to rename to DEFINE cards. Massage those cards to new name of MQM.
2) Create the new MQM. DO NOT START THE LISTENER(S) until you really need to.
3) ...
  Topic: COLD Start to Migrate to v9.1.5 Question
cicsprog

Replies: 7
Views: 5571

PostForum: Mainframe, CICS, TXSeries   Posted: Wed Apr 13, 2022 2:12 pm   Subject: COLD Start to Migrate to v9.1.5 Question
Gee...that's the Q I meant...I'm loosing it in my old age. Brain Typo!

Thanks Again
  Topic: COLD Start to Migrate to v9.1.5 Question
cicsprog

Replies: 7
Views: 5571

PostForum: Mainframe, CICS, TXSeries   Posted: Wed Apr 13, 2022 8:14 am   Subject: COLD Start to Migrate to v9.1.5 Question
Morag

If I copy over the messages in SYSTEM.CHANNEL.INITQ, will that help prevent any SEQUENCE number errors? Thanks for any input!
Jason
  Topic: COLD Start to Migrate to v9.1.5 Question
cicsprog

Replies: 7
Views: 5571

PostForum: Mainframe, CICS, TXSeries   Posted: Tue Apr 12, 2022 3:19 pm   Subject: COLD Start to Migrate to v9.1.5 Question
Thanks Morag. I will do that.
  Topic: COLD Start to Migrate to v9.1.5 Question
cicsprog

Replies: 7
Views: 5571

PostForum: Mainframe, CICS, TXSeries   Posted: Tue Apr 12, 2022 9:15 am   Subject: COLD Start to Migrate to v9.1.5 Question
I have a customer who's at v8. There isn't a migration path so I'm going to COLD start their MQ's.

My concern for production upgrades are messages left in Q's and not consumed (ya I know get them ...
  Topic: Mainframe MQ generate ServiceNow ticket from alert z/os
cicsprog

Replies: 7
Views: 7414

PostForum: General Discussion   Posted: Fri Feb 25, 2022 6:13 pm   Subject: Mainframe MQ generate ServiceNow ticket from alert z/os
right...but ServiceNow(SN) piece is the question. SN is a Change Management, Problem Record, etc management software - most prevalent these day. I just want to send the alert to it maybe using MQ a ...
  Topic: Mainframe MQ generate ServiceNow ticket from alert z/os
cicsprog

Replies: 7
Views: 7414

PostForum: General Discussion   Posted: Fri Feb 25, 2022 3:03 pm   Subject: Mainframe MQ generate ServiceNow ticket from alert z/os
Has anyone developed a simple way to create a ServiceNow ticket via MQ for a MQ alert, say a Q depth alert? I’d like to do this for mainframe MQ alerts.

Appreciate any help. Prefer not to reinv ...
  Topic: Big Favor - need a manual for CICS Vendor Product CAFC
cicsprog

Replies: 2
Views: 4809

PostForum: General Discussion   Posted: Sat Aug 08, 2020 9:13 am   Subject: Big Favor - need a manual for CICS Vendor Product CAFC
Ya it’s amazing what you see consulting. Fortunately this client only uses it for taking VSAM offline and back for batch. So writing an EXCI program to replace this product will be very simple. I ...
  Topic: Big Favor - need a manual for CICS Vendor Product CAFC
cicsprog

Replies: 2
Views: 4809

PostForum: General Discussion   Posted: Thu Aug 06, 2020 8:10 am   Subject: Big Favor - need a manual for CICS Vendor Product CAFC
A long story, but don't have relations with the CAFC vendor (was NETEC but now SDS) any longer and I'm not finding anything on the net. I'm going to convert off the batch CAFC Vendor product to the ...
  Topic: Can you use Mac to connect to MQ?
cicsprog

Replies: 5
Views: 17165

PostForum: IBM MQ Java / JMS   Posted: Wed Nov 06, 2019 3:05 pm   Subject: Can you use Mac to connect to MQ?
Ya read that...but in that...

This also won’t give you a supported way to run applications, for that you’ll need to take the code you’ve developed on the Mac and build it on your production p ...
  Topic: Can you use Mac to connect to MQ?
cicsprog

Replies: 5
Views: 17165

PostForum: IBM MQ Java / JMS   Posted: Wed Nov 06, 2019 10:33 am   Subject: Can you use Mac to connect to MQ?
I have an application programmer using a Mac to try and communicate to a mainframe MQM. I've never had a programmer come to me with this type of request. No MQClient for Mac obviously.

From what ...
Goto page 1, 2, 3 ... 19, 20, 21  Next Page 1 of 21

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.