Author |
Message |
Topic: [Solved] MQSet and MQInq. Confusing situation. |
krondorl
Replies: 11 Views: 10964
|
Forum: General IBM MQ Support Posted: Mon Mar 24, 2003 6:16 am Subject: [Solved] MQSet and MQInq. Confusing situation. |
mqonnet. Ah, I see it now. DOH!! Thanks for that explanation. It made sense to me now.
I'll remember that for next time I try something like this. I re-coded the whole thing and removed the MQ ... |
Topic: [Solved] MQSet and MQInq. Confusing situation. |
krondorl
Replies: 11 Views: 10964
|
Forum: General IBM MQ Support Posted: Thu Mar 20, 2003 10:45 am Subject: [Solved] MQSet and MQInq. Confusing situation. |
Kevin, thanks for that insight, but if you look atthe begining of the code
IF WS-NO-ERROR
MOVE MQTC-ON TO WSMQ-INTATTRS
PERFORM 50000-RESET-TRIGGER-CNTL
END-IF.
I am setting the intattrs ... |
Topic: [Solved] MQSet and MQInq. Confusing situation. |
krondorl
Replies: 11 Views: 10964
|
Forum: General IBM MQ Support Posted: Fri Mar 14, 2003 4:43 am Subject: [Solved] MQSet and MQInq. Confusing situation. |
The technical support people in out company have been looking it over also and can't seem to find any reason as to why it doesn't work. We might end up having to go to IBM and bring in a tech advisor ... |
Topic: [Solved] MQSet and MQInq. Confusing situation. |
krondorl
Replies: 11 Views: 10964
|
Forum: General IBM MQ Support Posted: Fri Mar 07, 2003 11:39 am Subject: [Solved] MQSet and MQInq. Confusing situation. |
>>I think you are falling into your IF, i.e. the set call is failing. The reason you think it is working is because your display statement displays WSMQ-REASON-D , but the reason code being retu ... |
Topic: [Solved] MQSet and MQInq. Confusing situation. |
krondorl
Replies: 11 Views: 10964
|
Forum: General IBM MQ Support Posted: Fri Mar 07, 2003 6:01 am Subject: [Solved] MQSet and MQInq. Confusing situation. |
Hi Peter, sorry for the delay on the code. I was away for the last 2 weeks on medical leave due to an operation.
Here is the cobol CICS code extract.
01 WSMQ-HOLDERS. ... |
Topic: [Solved] MQSet and MQInq. Confusing situation. |
krondorl
Replies: 11 Views: 10964
|
Forum: General IBM MQ Support Posted: Wed Feb 19, 2003 7:23 am Subject: [Solved] MQSet and MQInq. Confusing situation. |
Greetings to all.
I am running a Mainframe OS390 CICS program that is attempting to do a MQSet command. Here are the displays fom the program.
OKQRCALL OPEN QUEUE : 13:57:42 - QNAME : MDO.REAL ... |
Topic: MQOPEN 0c1 error. (Mainframe batch program) |
krondorl
Replies: 2 Views: 4696
|
Forum: General IBM MQ Support Posted: Thu May 16, 2002 4:56 am Subject: Linked Stub!! |
DOH!!!!
I was using the CSTUB. I must say that out of 6 people that looked at it not one of use (and 3 of them are the company MQ support people) noticed that!!
I wasn't even aware there w ... |
Topic: MQOPEN 0c1 error. (Mainframe batch program) |
krondorl
Replies: 2 Views: 4696
|
Forum: General IBM MQ Support Posted: Wed May 15, 2002 10:28 am Subject: MQOPEN 0c1 error. (Mainframe batch program) |
Hi there,
I have been struggling with a very strange problem. I wrote a mainframe cobol batch program that takes 2 parms from the JCL. One parm is to connect to the correct Q Manager and the ... |