On Thu, 5 Feb 2009 07:50:57 -0800, Don Russell <[email protected]> wrote:
>I'm toying with different ideas of how to send data to an MS Windows >server from MVS (1.9) > >Right now I have "step one" produce a sequential, plain text file on >DASD, and step 2 uses FTP to send it to the PC, translating ebcdic to >ascii along the way. > >I can easily send data from MVS to VM/CMS using DEST=(vmnode,userid) >and that got me thinking... what would it take to have something >similar to write data to a PC? >Where can I read about the process required to to do that? (I'm >anticipating the work required to do it is prohibitive given that FTP >is readily available, but still, it's an interesting (to me) idea. :-) You would need to write (or buy) a program that implements the JES NJE facility. I suspect this is non-trivial. I do not know where any of it is documented, but presumably (for the SNA version of NJE, at least) you could look at JES2 source and reverse engineer the communication protocols. Or you could acquire a product that already does this; there's at least one Windows implementation of NJE shown by a simple Google search, for example. Or you could stick with FTP or some other communication mechanism that already exists between z/OS and your server, which is probably simplest. -- Walt ---------------------------------------------------------------------- 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

