Author |
Message
|
babu_murugesan |
Posted: Sat Nov 11, 2006 8:41 am Post subject: MQ Series Channel Exit program in COBOL |
|
|
Novice
Joined: 11 Nov 2006 Posts: 19
|
Hi,
I would like to implement a Channel exit program in the mainframe side.
Please let me know if you have any detailed information on this.
1. Should we need Channel Exit program?
2. If Yes, Why do we need Channel Exit Program?
3. If you have Channel exit program in COBOL, Can you please share with me?
Please let me know.
Thanks,
Babu M |
|
Back to top |
|
 |
hopsala |
Posted: Sat Nov 11, 2006 8:48 am Post subject: Re: MQ Series Channel Exit program in COBOL |
|
|
 Guardian
Joined: 24 Sep 2004 Posts: 960
|
babu_murugesan wrote: |
1. Should we need Channel Exit program?
2. If Yes, Why do we need Channel Exit Program? |
It works the other way around, friend - you tell us what you need and why, and we say "oh, what you need is a channel exit program!"  |
|
Back to top |
|
 |
babu_murugesan |
Posted: Sat Nov 11, 2006 8:52 am Post subject: |
|
|
Novice
Joined: 11 Nov 2006 Posts: 19
|
Friend,
Channel exit progam is for the message security.
Like Checking whether the message is from the proper source, and encryption,etc,
Please let me know if you need any more details.
Thanks,
Babu M |
|
Back to top |
|
 |
vennela |
Posted: Sat Nov 11, 2006 9:09 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Have you looked at BlockIP2 ? |
|
Back to top |
|
 |
jefflowrey |
Posted: Sat Nov 11, 2006 10:45 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Have you looked at WebSphere MQ Extended Security Edition?
Have you looked at the MQ Information Center for how to write channel exits?
Have you looked at the SSL provisions in WebSphere MQ for what it can do for you so you don't have to write an exit? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
babu_murugesan |
Posted: Sat Nov 11, 2006 11:30 am Post subject: |
|
|
Novice
Joined: 11 Nov 2006 Posts: 19
|
I have no idea about these things. But i need to wite Security exit program in COBOL.
Sorry guys, I am first time user of MQSeries.
Thanks,
Babu M |
|
Back to top |
|
 |
wschutz |
Posted: Sat Nov 11, 2006 11:38 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
LuisFer |
Posted: Sun Nov 12, 2006 2:15 am Post subject: |
|
|
 Partisan
Joined: 17 Aug 2002 Posts: 302
|
From manual (V5.3 on z/OS)
Code: |
When writing channel exits for z/OS without CICS, the following rules apply:
Exits must be written in assembler or C; if C is used, it must conform to the C systems programming environment for system exits, described in the z/OS C/C++ Programming Guide.
Intercommunication ==> Chapter 46 ==> Wrting & compiling channel Exits ==> z/OS
|
Regards |
|
Back to top |
|
 |
Vitor |
Posted: Mon Nov 13, 2006 1:27 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
babu_murugesan wrote: |
I have no idea about these things. But i need to wite Security exit program in COBOL.
Sorry guys, I am first time user of MQSeries.
Thanks,
Babu M |
Exits are C or assembler. And if you're new to MQ, don't be messing with them.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|