ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 70 matches
Author Message
  Topic: Triggering a CICS application
DELLIPIZ

Replies: 8
Views: 8452

PostForum: Mainframe, CICS, TXSeries   Posted: Mon Nov 10, 2008 5:54 am   Subject: Triggering a CICS application
I'm running with MQ on MVS. How do I use that TMC2 structure in my MQGET command, so I know which queue to 'get' from?

Thanks!
  Topic: Triggering a CICS application
DELLIPIZ

Replies: 8
Views: 8452

PostForum: Mainframe, CICS, TXSeries   Posted: Fri Nov 07, 2008 6:23 am   Subject: Triggering a CICS application
Thanks for your time!

I think you are saying that I can pass the message length of the individual ISO 8385 in the 'Trigger Data' field in the queue, let's say 142 in one queue and 260 in another qu ...
  Topic: Reading PART of an MQ message.
DELLIPIZ

Replies: 4
Views: 3870

PostForum: General IBM MQ Support   Posted: Thu Nov 06, 2008 9:09 pm   Subject: Reading PART of an MQ message.
Can you point me to a page in a manual that has what you are referring to? I am in the 'Application Programming Reference' manual. I can't seem to find something that would allow me to pull only par ...
  Topic: Triggering a CICS application
DELLIPIZ

Replies: 8
Views: 8452

PostForum: Mainframe, CICS, TXSeries   Posted: Thu Nov 06, 2008 8:58 pm   Subject: Triggering a CICS application
Hi,

Thanks for the response. I guess I should explain what I am trying to do.
Currently, we receive ISO 8583 (1100) records via Expedite / CICS. We have a continous receive setup on the mailbox, ...
  Topic: Triggering a CICS application
DELLIPIZ

Replies: 8
Views: 8452

PostForum: Mainframe, CICS, TXSeries   Posted: Thu Nov 06, 2008 7:00 pm   Subject: Triggering a CICS application
I have some questions on triggering a CICS application:

1) First of all, can I have multiple processes triggering the same CICS program:

For example:

Process name . . . . . . . . TEST.REQUES ...
  Topic: Reading PART of an MQ message.
DELLIPIZ

Replies: 4
Views: 3870

PostForum: General IBM MQ Support   Posted: Thu Nov 06, 2008 6:54 pm   Subject: Reading PART of an MQ message.
Hello,

My customer is sending multiple ISO 8583 records to my trigger queue on MVS. However, they are all coming in one MQ message. So even if they send 5 ISO-8583s, they are all going in one MQ ...
  Topic: JMS Text Messages
DELLIPIZ

Replies: 0
Views: 1501

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jul 20, 2006 8:18 am   Subject: JMS Text Messages
Hi,

We would like to be able to send and receive JMS Text messages with WMQI 2.1? Is that possible?

Thanks!

-Lori
  Topic: Copying a specific message off a queue
DELLIPIZ

Replies: 16
Views: 21117

PostForum: Mainframe, CICS, TXSeries   Posted: Wed May 17, 2006 12:10 pm   Subject: Copying a specific message off a queue
Hi,

I'm liking this utility so far.

However, sometimes in my JCL, I get the following message:
EXCESSIVE PARAMETER LENGTH IN THE PARM FIELD

Any idea what the max can be?

Thanks!

...
  Topic: Copying a specific message off a queue
DELLIPIZ

Replies: 16
Views: 21117

PostForum: Mainframe, CICS, TXSeries   Posted: Tue May 16, 2006 4:22 am   Subject: Copying a specific message off a queue
Hi,

So you think the following should do it?

//Q EXEC PGM=Q,PARM=('-mQM -iQ1 -oQ2
-gxcF2F0F0F6F0F5F0F3F0F8F5F6F2F4F4F1F8F7F9F3C7C3E240')

Also, is there a way for me to copy multiple messag ...
  Topic: Copying a specific message off a queue
DELLIPIZ

Replies: 16
Views: 21117

PostForum: Mainframe, CICS, TXSeries   Posted: Mon May 15, 2006 9:16 pm   Subject: Copying a specific message off a queue
Hi,

So if I want to take a copy of a message with correl id 20060503085624418793GCS off of queue 1 (Q1) on queue manager (QM) and put it to queue 2 (Q2), would this be correct?

//Q EXEC ...
  Topic: Copying a specific message off a queue
DELLIPIZ

Replies: 16
Views: 21117

PostForum: Mainframe, CICS, TXSeries   Posted: Mon May 15, 2006 12:23 pm   Subject: Copying a specific message off a queue
Hi Kevin,

This is for our reprocessing logic. Queue1 contains messages that failed. Queues2 is an input queue for our reprocessing logic. I only want to reprocess certain messages. So I need a ...
  Topic: Copying a specific message off a queue
DELLIPIZ

Replies: 16
Views: 21117

PostForum: Mainframe, CICS, TXSeries   Posted: Mon May 15, 2006 11:43 am   Subject: Copying a specific message off a queue
Hi,

Yes, I will know the messageid, but is that program something that can be run via JCL on MVS.

Thanks!

-Lori
  Topic: Copying a specific message off a queue
DELLIPIZ

Replies: 16
Views: 21117

PostForum: Mainframe, CICS, TXSeries   Posted: Mon May 15, 2006 11:17 am   Subject: Copying a specific message off a queue
Hi Everyone,

I need to be able to pull a specific message off of a queue and load it to another queue.

I know about CSQUTIL to do a COPY and then a LOAD, but this is copying all the messages of ...
  Topic: MQ Message Layout
DELLIPIZ

Replies: 4
Views: 3245

PostForum: General IBM MQ Support   Posted: Wed May 10, 2006 11:44 am   Subject: MQ Message Layout
Hi,

I didn't see anything too helpful there... do you have any other suggestions?

Thanks!

-Lori
  Topic: Creating MQRFH2 header in PL/1
DELLIPIZ

Replies: 12
Views: 17909

PostForum: Mainframe, CICS, TXSeries   Posted: Wed May 10, 2006 11:41 am   Subject: Creating MQRFH2 header in PL/1
Hi Heikki,

Did you ever get the PL1 code you were looking for? I could really use that now.

Thanks!

-Lori
Goto page 1, 2, 3, 4, 5  Next Page 1 of 5

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.