· If you want to "pull" a file from the mainframe to the local computer, look in the tcp/ip software you use to connect to the mainframe (these days most mainframe connections are via tcp/ip) and find "ftp". When you click on that, a window should be . · File Transfer Protocol (FTP) is a client-server TCP/IP based standard. FTP requires a host server and a remote client. If you wish to initiate the transfer from the mainframe side, then the mainframe is the server and your local system is the server. That means that ir must have an FTP server running as a service. To download the file from mainframe to PC Get 'topfind247.coAME' D:\MYFILES\topfind247.co To Upload the file to mainframe from PC.
The method you use will have to depend on your site's requirements for data security, the networking between the mainframe and other servers, and what standard/option products you have to employ these methods. Some of the standard data transmission methods are: 1. File transfer through a emulator. From my notes which may help. You may have a different product on your mainframe but they all work in a similar fashion. Good luck! -> Transfer file in TSO: - Mainframe to PC Go into TSO ISPF Command Shell (=6). download it to your local PC but: zThere are character translation issues The FILENAME statement can use the FTP protocol to read your file. If your mainframe allows FTP connections (most do) you can utilize this. Here is an Example FILENAME CAPTLOG FTP "'topfind247.co'" debug host='topfind247.corise' user="spock".
As I Promised beginning of this series, here is the third method to transfer files from Mainframe to non Mainframe (Windows). I have used Windows 7 X64 professional Operating system on my laptop and Internet Information Server You could also read other methods I’ve written about FTP’ing files from IBM Mainframe to Windows. -> Transfer file in TSO: - Mainframe to PC Go into TSO ISPF Command Shell (=6). Click on Transfer Files under Actions, Transfer Files, Receive Files from Host Enter Host-File Name with single quotes (Mainframe file) 'topfind247.co' Enter Local-File Name (PC File) [use Browse] \\ topfind247.co You should be able to use FTP to transfer the members of a Mainframe PDS the same way that you can transfer individual files from a directory on windows or linux computer. You should be able to use cd command and/or the mget command. cd topfind247.co mget * or. mget topfind247.co(*).
0コメント