Author |
Message
|
jpeela |
Posted: Wed Dec 17, 2008 4:13 am Post subject: CICS Interface from MB V6 on Windows |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
Hi We need a solution for an Interface that is required to pickup the Cobal copybook files from Our output queue to The mainframes CICS API's.
Can some one suggest us on all the possible ways of doing this.
We Are Using Message Broker Toolkit V6.1 on Windows , Message Broker Runtime V6.1 on AIX and need to connect to the main frames machine which Need this cobol copybooks to be processeed by some CICS Applications.
Awaiting you replies. _________________ Jogi |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Dec 17, 2008 8:13 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Isn't this is what the CICS/WMQ Gateway is used for?
Yuo send the MRM (aka Cobol Copybook) formatted messages to the relevant Q on the MF using WMQ. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
vmcgloin |
Posted: Wed Dec 17, 2008 8:19 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
Do you have MQ on the mainframe? |
|
Back to top |
|
 |
jpeela |
Posted: Wed Dec 17, 2008 9:21 pm Post subject: |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
Hi Smdavies/vmcloin,
What if we dont have mq on Mainframe box and we need some other interface which can solve the purpose.
awaiting your reply . _________________ Jogi |
|
Back to top |
|
 |
ydsk |
Posted: Mon Apr 06, 2009 10:33 pm Post subject: |
|
|
Chevalier
Joined: 23 May 2005 Posts: 410
|
smdavies99,
for the CICS gateway you described, does it have to be running on the sender box (AIX ) or does it have to be on the mainframe only ?
Thanks.
ydsk. |
|
Back to top |
|
 |
zpat |
Posted: Mon Apr 06, 2009 11:29 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You could update DB2 on the mainframe from WMB (requires a DB2 connect license). You could FTP files to the mainframe from WMB.
This data could then be accessed by CICS transactions later on.
To access CICS transactions through the commarea could be done online if your site enabled the web services interface to CICS and then used the http or soap nodes in WMB.
Other options include the CICS transaction gateway but this would need software purchased. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 06, 2009 11:30 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jpeela wrote: |
What if we dont have mq on Mainframe box and we need some other interface which can solve the purpose. |
If you don't have WMQ on the mainframe, how were you planning to link the Windows and/or AIX to the CICS? Irrespective of message format? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
zpat |
Posted: Tue Apr 07, 2009 1:53 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Using CICS web services would be a neat solution, if CTG or MQ is not present. |
|
Back to top |
|
 |
|