Author |
Message |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Dec 14, 2012 9:23 am Subject: MQPUT JCL. Where to put the actual message? |
Thank you all for your help. I've learned all from this. Reason Code is the code that MQ returns based on the MQI calls.
Turned out the publisher application did publish, we just had problems wi ... |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Dec 04, 2012 12:55 pm Subject: MQPUT JCL. Where to put the actual message? |
Did you research ReasonCode 2085? What does it mean?
Go to google. Type 'mqrc 2085' in the search text box.
Hi Bruce, it means that it can't find the object name associated with the queue mana ... |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Nov 29, 2012 10:19 am Subject: MQPUT JCL. Where to put the actual message? |
I'm sorry for wasting all your time. But as a result of the troubleshooting, i have definitely learned a lot more in regards to publishing and subscribing which i think has helped me learn more in the ... |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Nov 23, 2012 9:02 am Subject: MQPUT JCL. Where to put the actual message? |
What results were you expecting?
Why were you expecting those results?
How did you verify those results?
I just wanted to see that the message was successfully published. I have a subscriber ap ... |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Nov 21, 2012 12:22 pm Subject: MQPUT JCL. Where to put the actual message? |
The Reason Code I got was Zero.
The relevant output was:
DTM1459I 2012.326 15:13:44 JOB 0000 REQUEUED TO CLASS=G
ICH70001I USER LAST ACCESS AT 15:12:38 ON WEDNESDAY, NOVEM ... |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Nov 21, 2012 11:13 am Subject: MQPUT JCL. Where to put the actual message? |
Sorry for getting back to you so late. Turns out that I don't have access to that particular data set even after asking our security admin. I did manage to get the MQCONN and the MQOPEN to succeed but ... |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Nov 14, 2012 1:17 pm Subject: MQPUT JCL. Where to put the actual message? |
^I guess you could say i severely underestimated this. Thank you all for your help. I'm at a stand still at this point...so i'll def try to go for the creating my own program route. |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Nov 14, 2012 12:24 pm Subject: MQPUT JCL. Where to put the actual message? |
Do a 3.14 search of mq libraries for the program. the jcl will have comments that describe how to use this utility.
I gather that you did not search google for csq4bvp1. If you had, you would hav ... |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Nov 14, 2012 11:55 am Subject: MQPUT JCL. Where to put the actual message? |
Thank you all for your help.
I realized that was the wrong program. This is the right one:
CSQ4BVP1
Does anyone know how I would put the input topic name, queue manager name, and message co ... |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Oct 31, 2012 8:05 pm Subject: MQPUT JCL. Where to put the actual message? |
I can't yet since our queue manager is down for a few more days. So the ebcdic character is a character that's converted from the message string? |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Oct 31, 2012 4:05 pm Subject: MQPUT JCL. Where to put the actual message? |
Just to be sure I understand, so if i wanted a message to be:
('&QMG,&QNM,0001,<event>Test Message</event>,0100,&P')
I would put that in Parameter 4?
Thank you very m ... |
Topic: MQPUT JCL. Where to put the actual message? |
CryptoSixFour
Replies: 28 Views: 35241
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Oct 31, 2012 2:22 pm Subject: MQPUT JCL. Where to put the actual message? |
Alrighty,
I'm editing a JCL i found to put a message on a topic i have.
Here's the JCL:
//MSGS JOB (0000),'MQSERIES V5R3',CLASS=W,
// MSGCLASS=X,REGION=0M,NOTIFY=TECH198 ... |