|
In my opinion the best approach will be to have the spool file copied to stream file rather than "printed" the text file.
Your current solution is the following,
- Spool sent to output queue
- Output queue is connected to emulation printer session.
- The printer session is defined to use generic text driver.
- When the spool arrives the generic text driver ask for the file name.
My suggestion:
- Download SPL2STMF (freeware) and install it.
- After the report is completed copy the spool to a directory in the IFS (So you can set the required name for the file).
- The report is now available to the PC user (Although it is on the iSeries).
|