Author |
Message |
Topic: How will MQ listener gets the Correlation id |
Mqlsn
Replies: 3 Views: 4443
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 22, 2010 3:07 am Subject: How will MQ listener gets the Correlation id |
 |
Topic: length of MQ-REQUEST-LL |
Mqlsn
Replies: 3 Views: 2929
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 27, 2010 12:55 am Subject: length of MQ-REQUEST-LL |
If I give the lenght of MQ-REQUEST-LL to 300000, my program is not puttting the message to the queue.
If I reduce the size to 300 it is working.
What can be the possible size. what is the signific ... |
Topic: How will MQ listener gets the Correlation id |
Mqlsn
Replies: 3 Views: 4443
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 27, 2010 12:35 am Subject: How will MQ listener gets the Correlation id |
Hi,
My stored procedure is invoked by a MQ listner passing the message to the queue. Is there anyway to get the Correlation id of the message in the queue? I need to put the message back to a diffe ... |
Topic: Cobol stored procedure deals with MQ |
Mqlsn
Replies: 11 Views: 13274
|
Forum: IBM MQ API Support Posted: Wed Aug 18, 2010 8:24 pm Subject: Cobol stored procedure deals with MQ |
OK Thank u. will check abt it..
Also please clarify me this doubt. I use MQCONN to connect to MQ from the cobol stored proc. SO I think we need to link edit the (CSQBRSTB or CSQBRRSI) instead of CSQ ... |
Topic: Cobol stored procedure deals with MQ |
Mqlsn
Replies: 11 Views: 13274
|
Forum: IBM MQ API Support Posted: Wed Aug 18, 2010 7:41 pm Subject: Cobol stored procedure deals with MQ |
How to put it in the Linklist? Because we use changeman to compile, link edit .. Please help |
Topic: MQ reason 2129 |
Mqlsn
Replies: 1 Views: 5431
|
Forum: IBM MQ API Support Posted: Wed Aug 18, 2010 1:44 am Subject: MQ reason 2129 |
Hi
I m writing a stored proc in COBOL that will put a message to the queue. I tried connecting to the queue using MQCONN. And I m getting the reason code as 2129 - MQRC_ADAPTER_CONN_LOAD_ERROR that ... |
Topic: Cobol stored procedure deals with MQ |
Mqlsn
Replies: 11 Views: 13274
|
Forum: IBM MQ API Support Posted: Wed Aug 18, 2010 12:17 am Subject: Cobol stored procedure deals with MQ |
Hi, I m using CSQBCONN and other defined functions for dynamic connection to MQ using stored proc. But how to supply the pds that has this fucntion to a stored proc. If a cobol program we use to suppl ... |
Topic: LAOD QUEUE |
Mqlsn
Replies: 4 Views: 6527
|
Forum: General IBM MQ Support Posted: Thu Aug 12, 2010 10:08 pm Subject: LAOD QUEUE |
Hi I m trying to load a queue from a file that has FB and length 100
I got the following error
File '//DD:FILE' does not appear to be a QLOAD file
and a JCL error maxcc - 2208.
What should be th ... |
Topic: Mq function COBOL and COBOL stored procedure |
Mqlsn
Replies: 2 Views: 4608
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Aug 08, 2010 9:02 pm Subject: Mq function COBOL and COBOL stored procedure |
Is the programs and MQ commands for COBOL program and COBOL stored procedure the same? |
Topic: Cobol stored procedure deals with MQ |
Mqlsn
Replies: 11 Views: 13274
|
Forum: IBM MQ API Support Posted: Fri Aug 06, 2010 6:30 am Subject: Cobol stored procedure deals with MQ |
Is the commands same that we use for cobol program.
Because in the cobol we use the system load modules like CSQBCONN which are defined in a JCL.
We cant do the same with stored procedure.. Also i ... |
Topic: Cobol stored procedure deals with MQ |
Mqlsn
Replies: 11 Views: 13274
|
Forum: IBM MQ API Support Posted: Fri Aug 06, 2010 6:00 am Subject: Cobol stored procedure deals with MQ |
Hi,
I have a requirement to code a COBOL stored procedure called by a listener and the procedure has to put back the result to the queue. I am not aware of the MQ db2 functions for connect, open, p ... |