|
In message <33FCBDAD.378C@usaor.net>, From Tim Truax <truax@usaor.net>, the following was written: > On the S36 to copy a spool file to disk its - CPYSPL, then CPYSPL > NOCOPY to copy it back, On the AS400 I did a CPYSPLF and I have my > spool file in a Phy File, what function will I use to copy it back > from Phy File to a spool file? I tried CPYF but it just looked like a > file dump. Tim, To copy spool data use CPYSPLF with CTLCHAR(*FCFC). This saves page and line feed information in the physical file. It uses one extra byte (position 1), so make the physical file length at least one byte longer than the printer record length. To copy the data back to an output queue, first OVRPRTF QSYSPRT CTLCHAR(*FCFC) and then CPYF FROMFILE(myspoolpf) TOFILE(QSYSPRT) hth Pete -- - Pete Hall peteh@earth.inwave.com http://www.inwave.com/~peteh/ +--- | 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 MAJORDOMO@midrange.com | and specify 'unsubscribe MIDRANGE-L' in the body of your message. | 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-2025 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.