Try zOS manual: Comm Svr: IP User's Guide and Commands You can do this with a TSO batch job (see TSO HELP LPR):
//TSOBATCH EXEC PGM=IKJEFT01,REGION=4M,DYNAMNBR=200 //SYSTSPRT DD SYSOUT=* //SYSTSIN DD * LPR 'dataset.name' (AT lpd.server PRINTER prt1 /* good luck. Don Russell <[email protected]> Sent by: IBM Mainframe Discussion List <[email protected]> 02/11/2009 11:38 AM Please respond to IBM Mainframe Discussion List <[email protected]> To [email protected] cc Subject Re: [IBM-MAIN] DD DEST=(MS Windows machine) On Tue, Feb 10, 2009 at 8:03 AM, Howard Turetzky <[email protected]> wrote: > > 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. I would like to look into this option a little more.... Can you tell me which manual describes how to use PGM=LPR? I thought it might have been z/OS V1R9.0 Comm Svr: IP User's Guide and Commands, or one of the other similarly titled books, but I can't find and mention of PGM=LPR... I suppose I could try a few things and see what falls out, but that's sort like throwing my watch against a stone wall to learn how it works. ;-) Cheers, ---------------------------------------------------------------------- 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

