|
Not so much a question of whether reports are output to paper, or stored
for viewing, but whether to continue use traditional spool files and
overlays, or to switch to HTML.
A generic open access handler might frame the question for some. I don't
remember if open access supports printer files. One could write a utility
that generates DDS and printer files from HTML, and a generic OA handler to
generate stream files in HTML or PDF formats.
h dftactgrp(*no) option(*nodebugio : *srcstmt)
freport o e printer handler('OA_REPORTS': parms)
f usropn
finventory if e k disk
d today s
/copy src,rptparms
/free
parms.fileName = '/inventory/status.pdf';
open report;
read inventoryr;
dow not %eof(inventory);
write reportr;
read inventoryr;
enddo;
*inlr = *on;
/end-free
On Wed, Jan 21, 2015 at 4:30 PM, Buck Calabro <kc2hiz@xxxxxxxxx> wrote:
On 1/21/2015 5:25 PM, Alan Campin wrote:--
Anybody ever do the little exercise of just stopping printing a reportand
see who yells?
Business rules change, and the reports that were vital in ye olde dayes
may well be irrelevant now. But that wasn't Nathan's question. He was
asking why any people in 2015 want relevant information in paper form
rather than electronic form.
--
--buck
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
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.