Author |
Message |
Topic: MQ UNLOAD utility |
Umeshrath
Replies: 4 Views: 10308
|
Forum: Mainframe, CICS, TXSeries Posted: Fri May 05, 2006 8:48 am Subject: MQ UNLOAD utility |
Hi All,
CAn i use both this utility when the queue is in use by some other program.
MQVQNUMR
MQVQTOPS == will it only copy from MQ to sequential ya it will also drain the queue.
Regards,
... |
Topic: Issue in MQ inquire |
Umeshrath
Replies: 16 Views: 28921
|
Forum: Mainframe, CICS, TXSeries Posted: Fri May 05, 2006 8:42 am Subject: Issue in MQ inquire |
Hi WSCHUTZ,
I was out of town for the last couple of days, so couldnot participate in the discussion.
I am facing the same problem till now.
The same code is working in CICS but is not workin ... |
Topic: MQ UNLOAD utility |
Umeshrath
Replies: 4 Views: 10308
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Apr 28, 2006 2:33 am Subject: MQ UNLOAD utility |
Hi Butcher,
I cannot use CSQBUTIL because while running this utility there is a chance that my queue will be used by other program.
I also want to drain the record and write the record into the ... |
Topic: MQ UNLOAD utility |
Umeshrath
Replies: 4 Views: 10308
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Apr 27, 2006 10:29 pm Subject: MQ UNLOAD utility |
Hi ,
Is there any utility to unload the data from the queue and write into GDG without writing a program.
Regards,
Umesh |
Topic: Issue in MQ inquire |
Umeshrath
Replies: 16 Views: 28921
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Apr 27, 2006 7:37 pm Subject: Issue in MQ inquire |
Hi Kevin,
Can you provide me the link for APG or a hint where i will find that.
Regards,
Umesh |
Topic: need opinion on MQ program. |
Umeshrath
Replies: 12 Views: 17801
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Apr 27, 2006 6:47 pm Subject: need opinion on MQ program. |
Hi Jeff,
Can u just throw some more light how to set the expiry time for a message programmatically? If u have some sample code then that will help a lot.
Thnaks a lot.
Regards,
Umesh |
Topic: Issue in MQ inquire |
Umeshrath
Replies: 16 Views: 28921
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Apr 27, 2006 6:44 pm Subject: Issue in MQ inquire |
From Where i will get the sample codes? |
Topic: need opinion on MQ program. |
Umeshrath
Replies: 12 Views: 17801
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Apr 27, 2006 9:45 am Subject: need opinion on MQ program. |
Is there any method to set the expiry time for the message?
Is this the job of the administartor or we can do something programatically?
Expiry date means the record will be automatically delete ... |
Topic: need opinion on MQ program. |
Umeshrath
Replies: 12 Views: 17801
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Apr 27, 2006 9:01 am Subject: need opinion on MQ program. |
Hi All,
My requirement is that if the records are more than 24 hours old then delete that record from the queue else dont do anything. |
Topic: Issue in MQ inquire |
Umeshrath
Replies: 16 Views: 28921
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Apr 27, 2006 8:59 am Subject: Issue in MQ inquire |
MQINQ call. MQOPEN is successful. |
Topic: need opinion on MQ program. |
Umeshrath
Replies: 12 Views: 17801
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Apr 27, 2006 6:16 am Subject: need opinion on MQ program. |
can you throw some more light on MQGMO_MSG_UNDER_CURSOR.
What i understand from that i will first do MQGET with browse option and then when ever my condition will be met then i will do a destructiv ... |
Topic: Issue in MQ inquire |
Umeshrath
Replies: 16 Views: 28921
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Apr 27, 2006 6:12 am Subject: Issue in MQ inquire |
I am opening a local queue and there are records in the queue.
The reason code is 2 and completion code is zero but the depth is showing as zero. |
Topic: Issue in MQ inquire |
Umeshrath
Replies: 16 Views: 28921
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Apr 26, 2006 7:31 pm Subject: Issue in MQ inquire |
Yes. |
Topic: need opinion on MQ program. |
Umeshrath
Replies: 12 Views: 17801
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Apr 26, 2006 10:30 am Subject: need opinion on MQ program. |
Hi All,
My requirement is to drain a queue based on certain condition in batch enviornment.
Read a record.
If value = a then delete that record from the queue else dont delete the record.
Wh ... |
Topic: Issue in MQ inquire |
Umeshrath
Replies: 16 Views: 28921
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Apr 26, 2006 10:26 am Subject: Issue in MQ inquire |
Hi,
I am trying to do an MQINQUIRE in batch enviornment.
My requirement is to know the current depth of the queue.
I opened the queue with
Open Para.
MOVE MQOO-INQUIRE TO W ... |