Joe,
Usually when a client comes to me with a similar request, they really want to the report image in some PC compatible format (PDF, XLS, CSV, TIFF, TXT, etc.).
There really are lots of options:
1) Grab the spooled output and convert it to PDF, TIFF ot TXT, as appropriate.
2) Modify the underlying program to export a database file (or XLS, CSV, etc)
What exactly do you mean by "softcopy"?
- Gary Patterson
Main Topics
Browse All Topics





by: tliottaPosted on 2009-07-21 at 13:52:02ID: 24909205
Joe:
One part isn't clear --
> We currently have an RPG program that sends output directly to a printer.
Can you elaborate on that? Are you _sure_ that the job sends directly to the printer rather than routing through an output queue?
Normally, direct output to a printer would imply some very specific business need. For example, by communicating directly with a printer, you can bypass intermediate storage on a queue where the output _might_ be visible to some operators who shouldn't see it. Direct printing can thereby be highly secure.
But maybe the output simply routes through a queue automatically and simply _appears_ to go "direct". It's pretty rare to see direct printing.
Tom