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. :-) Note: The PC is not a "user workstation", it's a server that watches the directory the FTP process writes to, and then processes the file when the size stops changing. (Seems a little hokey to me... but there it is) Thanks. ---------------------------------------------------------------------- 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

