|
|
| Author |
Message |
kjreddy
New User
Joined: 20 Apr 2005 Posts: 1 Location: Bangalore
|
|
|
|
I have a requirement wherein i need to transfer some files from the Unix systems to IBM Mainframe system using MQSeries (Websphere MQ) as the middleware.
Can any one suggest me what will be the procedure/process for this , or if any one has worked on such a requirement please help me with the docs/source code.
Thanks and Regards.,
Jagadish |
|
| Back to top |
|
 |
References
|
Posted: Fri Jan 19, 2007 2:24 pm Post subject: Re: MQSeries : Unix to Mainframe file transfer |
 |
|
|
 |
William Thompson
Global Moderator
Joined: 18 Nov 2006 Posts: 2970 Location: Tucson AZ
|
|
|
|
| If MQ is established on both platforms, it should be a simple administrative task to connect and transfer. |
|
| Back to top |
|
 |
Devzee
Senior Member
Joined: 20 Jan 2007 Posts: 714 Location: Hollywood
|
|
|
|
If the MQ Infrastructure is established between Unix Box and Mainframe then you just need to develop MQ utility programs to do file transfer.
Also it depends whether its a batch or online processing.
In Mainframe Batch its simple just write 2 COBOL programs, one to put message and another to receive message.
In Mainframe Online you can setup trigger, so as soon a message arrives it can initiate the transaction and do the necessary processing. |
|
| Back to top |
|
 |
|
|