Kurt Eastwood of the IBM Mainframe Discussion List <[email protected]> wrote on 04/27/2009 10:31:41 AM:
> I have been digging through the OS/390 TCP/IP OE: User's Guide and > have not been able to get this to work. > > Is it possible to send a loadlib from 1 mainframe to another > mainframe using FTP, either batch or interactive? > > If so, would anyone be willing to share some batch jcl with me? You could issue TSO TRANSMIT DSN(loadlib) OUTDA(seq_dsname) and then binary FTP the sequential output file. On the other end you would issue the TSO RECEIVE INDSN(seq_dsname) to reconstruct the load library. Regards, John K ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

