Use iSeries Navigator.
Right click on the selected spool report then click on Convert to PDF.
A popup window will appear, choose the radio button to email.
--------------------------------------------------------------
in i6.1 (aka V6R1) you can do the following to create a PDF in an IFS Directory.
<pre>
OVRPRTF FILE(print-file) DEVTYPE(*AFPDS) WSCST(*PDF) +
TOSTMF('/usr/local/pdfs/my-pdf-file.pdf')
CALL PGM(MYRPGPGM)
DLTOVR FILE(print-file)
</pre>
Your report is NOW a PDF ready for distribution
--------------------------------------------------------------
Last Wiki Answer Submitted: August 6, 2009 1:27 pm by Whatis235,665 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.