Author |
Message |
Topic: Queue definitions and other performance settings... |
kramsnilloc
Replies: 5 Views: 7170
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Nov 08, 2007 8:12 am Subject: Queue definitions and other performance settings... |
Thank you!!!
Mark |
Topic: Queue definitions and other performance settings... |
kramsnilloc
Replies: 5 Views: 7170
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Nov 08, 2007 5:49 am Subject: Queue definitions and other performance settings... |
Can you give me any key words to google, or direct me to a specific topic? I tried several to no avail...
Thanks again,
Mark |
Topic: Queue definitions and other performance settings... |
kramsnilloc
Replies: 5 Views: 7170
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Nov 08, 2007 5:39 am Subject: Queue definitions and other performance settings... |
Now that I have my "Pseudo Synchronous MQ Call on z/OS using COBOL"
xxx.xx.DV2U.LOCATION.REQUEST
[size=9]Queue name . . . . . . . . . xxx.xx.DV2U.LOCATION.REQUES ... |
Topic: What is the significance of the Index type parameter on a Q? |
kramsnilloc
Replies: 1 Views: 3805
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Sep 18, 2007 4:33 am Subject: What is the significance of the Index type parameter on a Q? |
As a newbie, I did my due diligence and searched on my topic but really didn’t get the information I need so I will have to pose the question here; what is the significance of the Index type paramet ... |
Topic: Pseudo Synchronous MQ Call on z/OS using COBOL |
kramsnilloc
Replies: 10 Views: 13110
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Aug 30, 2007 6:58 am Subject: Pseudo Synchronous MQ Call on z/OS using COBOL |
Your server application needs to check first if the correlation Id is populated (something else than 00 bytes) and if this is the case the correlation id is a pass through.
If the correlation Id is ... |
Topic: Pseudo Synchronous MQ Call on z/OS using COBOL |
kramsnilloc
Replies: 10 Views: 13110
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Aug 29, 2007 7:44 am Subject: Pseudo Synchronous MQ Call on z/OS using COBOL |
Again, thanks for the input...
It turns out that nothing special was being done on the server side in regards to maintaining or populating the CORRELID (or the MsgId) when sending the response messag ... |
Topic: Pseudo Synchronous MQ Call on z/OS using COBOL |
kramsnilloc
Replies: 10 Views: 13110
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Aug 29, 2007 5:37 am Subject: Pseudo Synchronous MQ Call on z/OS using COBOL |
Thanks for the response, I'm feeling the 'pain & misery'...
As far as the CORRELID on the message I'm getting back, I think you may be on to something; after returning from the sucessful GET cal ... |
Topic: Pseudo Synchronous MQ Call on z/OS using COBOL |
kramsnilloc
Replies: 10 Views: 13110
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Aug 29, 2007 5:03 am Subject: Pseudo Synchronous MQ Call on z/OS using COBOL |
Good day,
I’m trying to make a call to an Address Service using MQ and COBOL in z/OS. I can’t seem to get back the response message that correlates to my request. When I attempt to use CORREL ... |