|
Pete, >The 36EE uses printer files in #LIBRARY to determine print attributes. There's a printer file for each configured 36EE printer device. I've never tried to move jobs to a different output queue, but you might try OVRPRTF P1 OUTQ(XXXX). Alternately, maybe you could create a new printer file in #LIBRARY and use the OCL // PRINTER statement to select the dummy "device". > Shown here is the exact code I used. I placed the parameters needed into the OVRPRTF from the // PRINTER statement as shown. This code works great when I tested it with my ID, but not when it ran during the evening hours. OVRPRTF FILE(AVALSALE) PAGESIZE(66) LPI(8) CPI(15) + OUTQ(NYHP4) COPIES(1) SAVE(*YES) // LOAD DOAFS // FILE NAME-DOFMMAST,DISP-SHR,LABEL-DOBMMAST // FILE NAME-DOFAAFS,DISP-SHR,LABEL-DOBAAFS,RETAIN-S // FILE NAME-DOFLMAST,DISP-SHR,LABEL-DOBMMAST // FILE NAME-FKFMREAS,DISP-SHR // FILE NAME-FKFMSTYL,DISP-SHR // FILE NAME-FKFMFABR,DISP-SHR ** PRINTER NAME-AVALSALE,DEVICE-P0,COPIES-1,LPI-8,CPI-15,HOLD-YES,PRIOR // RUN DLTOVR FILE(*PRTF) Marc. +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to "MIDRANGE-L@midrange.com". | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.