One method is to use LPR instead of AFP. The Windows LPD (define a Windows printer with the "Standard TCP/IP Port"; you'll need to install "Other Network File and Print Services" from Add/Remove Windows Components). The files will appear in /Windows/system32/spool/printers. You can use the z/OS LPR in a job step.
If you have Infoprint Server, it's built-in lpr (PrintWay) will take the job directly from the spool. If you need ftp and run Infoprint Server, you can easily create a filter to ftp the file. I've an example if you wish. Howard Turetzky InfoPrint Solutions Company 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. :-) > >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 ---------------------------------------------------------------------- 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

