| Author |
Message |
Topic: MQ Queue - read nondestructively |
siva_marthala
Replies: 1
Views: 2106
|
Forum: CICS and Middleware Posted: Wed Aug 20, 2008 9:15 am Subject: MQ Queue - read nondestructively |
I resolved my prooblem after reading lot and experimneting lot with program. Now my batch module read the messages from source queue non-destructively and put into target queue.
thanks
Siva |
Topic: MQ Queue - read nondestructively |
siva_marthala
Replies: 1
Views: 2106
|
Forum: CICS and Middleware Posted: Mon Aug 18, 2008 11:55 pm Subject: MQ Queue - read nondestructively |
When I am using MQOO-BROWSE in MQOPEN , my module is abended with reason 2037 .
===================================
RC2037(2037)
Explanation:
An MQGET call was issued to retrieve a message from ... |
Topic: unable to Put Message in the Queue |
siva_marthala
Replies: 18
Views: 24937
|
Forum: CICS and Middleware Posted: Mon Aug 11, 2008 3:25 am Subject: unable to Put Message in the Queue |
I am getting W00-COMPCODE as 2 and W00-REASON 2018 when calling MQGET.
Any idea to resolve please.
COMPUTE MQGMO-OPTIONS = MQGMO-NO-WAIT +
MQGMO-CONVER ... |
Topic: unable to Put Message in the Queue |
siva_marthala
Replies: 18
Views: 24937
|
Forum: CICS and Middleware Posted: Wed Aug 06, 2008 12:10 am Subject: unable to Put Message in the Queue |
I am very new to development and mq series. earlier worked as production support.
My basic query is i have to write a COBOL program for copying one MQ queue to another MQ queue read non-destructiv ... |
Topic: unable to Put Message in the Queue |
siva_marthala
Replies: 18
Views: 24937
|
Forum: CICS and Middleware Posted: Tue Aug 05, 2008 11:55 pm Subject: unable to Put Message in the Queue |
Can please send me the skeleton COBOL source for
copying one MQ queue to another MQ queue read non-destructively.
my sequence of paras as follows.
open input mq queue with MQOO-BROWSE option
... |
Topic: unable to Put Message in the Queue |
siva_marthala
Replies: 18
Views: 24937
|
Forum: CICS and Middleware Posted: Tue Aug 05, 2008 7:14 am Subject: unable to Put Message in the Queue |
Hi Shekar123
I am very new to MQ series programming. i read some documentation and still have few queries.
1. Please clarify, whether we GET all messages from SOURCE queue one by one and then ... |
Topic: MQ Series Queue clarification |
siva_marthala
Replies: 2
Views: 2136
|
Forum: CICS and Middleware Posted: Mon Aug 04, 2008 6:56 am Subject: MQ Series Queue clarification |
Thanks Bill.
Right now i am trying with the following calls in COBOL program.
MQOPEN (MQOO_BROWSE)
MQGET (MQGMO_BROWSE_FIRST, MQGMO_BROWSE_NEXT )
MQPUT (MQOO_OUTPUT).
will let you know inc ... |
Topic: MQ Series Queue clarification |
siva_marthala
Replies: 2
Views: 2136
|
Forum: CICS and Middleware Posted: Fri Aug 01, 2008 7:27 am Subject: MQ Series Queue clarification |
Could you please let me know,
How to copy a MQ Series queue to another MQ Series Queue without deleting the data in first MQ Series Queue.
Say Data from MQ Series Queue ABC.V0D.0.IN to MQ ... |
| |