|
Jon,
I have done that for years. How do you think print is handled in a
modernized 5250 applications that now is a cloud solution?
Each user has an ‘outq’ that actually is an IFS archive. A program that
generates print converts normal SCS print into PDF and places it in the
users ‘outq’ or echo the print directly back into the browser. The print
may or may not have added overlays were I user Interform but the program
can also be rewritten so it outputs XLS or any PC based format to the
‘outq’.
On Thu, Jan 22, 2015 at 2:12 AM, Jon Paris <jon.paris@xxxxxxxxxxxxxx>
wrote:
I have already published a basic OA Handler for print files - but forknow
handling literally anything that DDS could throw at it presents a similar
situation to 5250 - there’s too much “stuff” going on that RPG doesn’t
about. Conditional fields for example - the old “print twice for boldface”
type of thing etc. That needs a Profound/Asna/look/Rocket/… handler todeal
with it all and nobody as yet has one as far as I know. been tellingthem
all for years tat they are missing an opportunity but …stored
Jon Paris
www.partner400.com
www.SystemiDeveloper.com
On Jan 21, 2015, at 7:09 PM, Nathan Andelin <nandelin@xxxxxxxxx> wrote:
Not so much a question of whether reports are output to paper, or
don'tfor 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
utilityremember if open access supports printer files. One could write a
handlerthat generates DDS and printer files from HTML, and a generic OA
towrote:
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>
report
On 1/21/2015 5:25 PM, Alan Campin wrote:
Anybody ever do the little exercise of just stopping printing a
dayesand
see who yells?
Business rules change, and the reports that were vital in ye olde
wasmay well be irrelevant now. But that wasn't Nathan's question. He
listlistasking 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
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.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
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.
--
Regards,
Henrik Rützou
http://powerEXT.com <http://powerext.com/>
--
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.