Author |
Message |
Topic: Message exit and MQSC Commands |
MaxP
Replies: 21 Views: 55916
|
Forum: User Exits Posted: Thu Jan 24, 2013 8:42 pm Subject: Message exit and MQSC Commands |
Yes, found some reply messages on the DLQ (thanks for the suggestion Mr Butcher and Roger). My DLQH was deleting them, as I was using the same prefix as used by our MQ monitoring tool (and these are j ... |
Topic: Message exit and MQSC Commands |
MaxP
Replies: 21 Views: 55916
|
Forum: User Exits Posted: Thu Jan 24, 2013 4:13 pm Subject: Message exit and MQSC Commands |
Oh, and MQMD_FORMAT to MQFMT_ADMIN in MQMD |
Topic: Message exit and MQSC Commands |
MaxP
Replies: 21 Views: 55916
|
Forum: User Exits Posted: Thu Jan 24, 2013 4:09 pm Subject: Message exit and MQSC Commands |
Ahh Roger, wondered if I'd be seeing you. How are the pugs? I'm doing a MQOPEN/MQPUT/MQCLOSE so as to create a temporary dynamic queue for the reply (I have changed this to a permanent dynamic queue f ... |
Topic: Message exit and MQSC Commands |
MaxP
Replies: 21 Views: 55916
|
Forum: User Exits Posted: Thu Jan 24, 2013 4:46 am Subject: Message exit and MQSC Commands |
mqjeff, I'm issuing WTOs from within the code to show where I am in the exit. I am also writing various fields out to a sequential dataset allocated to the CHIN. This exercise has nada to do with secu ... |
Topic: Message exit and MQSC Commands |
MaxP
Replies: 21 Views: 55916
|
Forum: User Exits Posted: Wed Jan 23, 2013 9:16 pm Subject: Message exit and MQSC Commands |
The exit is now implemented on a particular sender channel. I'm sending a message from a CICS application across this channel to drive the exit. |
Topic: Message exit and MQSC Commands |
MaxP
Replies: 21 Views: 55916
|
Forum: User Exits Posted: Wed Jan 23, 2013 8:11 pm Subject: Message exit and MQSC Commands |
Just a linked to CICS application program:
Open request queue
Open reply queue
Put a message to request queue
Get messages from reply queue
Format a record with required fields extracted from the ... |
Topic: Message exit and MQSC Commands |
MaxP
Replies: 21 Views: 55916
|
Forum: User Exits Posted: Wed Jan 23, 2013 6:36 pm Subject: Message exit and MQSC Commands |
Well we all have our own notions of horror, Bruce and Jeff, but there you are. Thanks for you diagnosis tips Bruce and for making me google instantiate. It would seem that Mr Butcher is already succes ... |
Topic: Message exit and MQSC Commands |
MaxP
Replies: 21 Views: 55916
|
Forum: User Exits Posted: Wed Jan 23, 2013 3:55 pm Subject: Message exit and MQSC Commands |
Thanks Mr Butcher for your reply. I am writing a message exit which does the same thing as you have achieved with your security exits - i.e. put a MQSC command to system.command.input and read the rep ... |
Topic: Message exit and MQSC Commands |
MaxP
Replies: 21 Views: 55916
|
Forum: User Exits Posted: Tue Jan 22, 2013 10:39 pm Subject: Message exit and MQSC Commands |
Hi There,
Has anyone written a channel message exit which puts MQSC commands on the system command input queue? Platform is zOS.
Regards,
Max |