Author |
Message
|
TBS |
Posted: Thu Jun 12, 2008 1:34 am Post subject: Move large files from Windows to z/os |
|
|
Centurion
Joined: 29 Jan 2007 Posts: 143 Location: Hillerød / Denmark
|
Hi !
Have any one made a program that move large files from Windows to z/os ?
The MQ/FTP in MQ server V6 is only for windows to windows .. right ? |
|
Back to top |
|
 |
vinbud117 |
Posted: Thu Jun 12, 2008 2:12 am Post subject: |
|
|
Acolyte
Joined: 22 Jul 2005 Posts: 61
|
MQ FTP can be used on Windows and Unix |
|
Back to top |
|
 |
ashoon |
Posted: Thu Jun 12, 2008 4:51 pm Post subject: Re: Move large files from Windows to z/os |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
try pm4data - it'll do what you want to do
TBS wrote: |
Hi !
Have any one made a program that move large files from Windows to z/os ?
The MQ/FTP in MQ server V6 is only for windows to windows .. right ? |
_________________ IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Thu Jun 12, 2008 10:47 pm Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
You could use FTP (not MQ) _________________ Regards
Hubert |
|
Back to top |
|
 |
zpat |
Posted: Fri Jun 13, 2008 2:13 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Dumb FTP is OK, if not very manageable or automatable.
FTPS or SFTP (more secure)
Connect:Direct (costs money)
NFS mount (yes a mainframe can pretend to be a UNIX server) this can map to either standard OS datasets or HFS or ZFS file systems.
3270 ind£file (PCOMM) - turn your emulation into file transfer
-----
Just remember to handle the ASCII to EBCDIC conversion (if wanted). |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Fri Jun 13, 2008 2:23 am Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
|
Back to top |
|
 |
zpat |
Posted: Fri Jul 11, 2008 1:35 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Or just code your own programs at both ends using MQ as the means to transport the data.
Unless the size exeeds the max for one message (100 MB) the programming is very simple. |
|
Back to top |
|
 |
gbaddeley |
Posted: Fri Jul 11, 2008 4:30 am Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
|
Back to top |
|
 |
|