Re: Report Writer
From: William M. Klein (wmklein_at_nospam.netcom.com)
Date: 10/24/04
- Next message: William M. Klein: "Re: Standard and COBOL file formats (was: Report enhancements)"
- Previous message: William M. Klein: "RW refuses to admit is errors - as usual (was: Report enhancements"
- In reply to: Lueko Willms: "Re: Report Writer"
- Next in thread: Lueko Willms: "GUI Screen Handling in COBOL (was: Report Writer)"
- Reply: Lueko Willms: "GUI Screen Handling in COBOL (was: Report Writer)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 24 Oct 2004 00:57:03 GMT
The X/Open Screen Section support (and those implementations similar to it)
pre-dates any "GUI" interfaces. If you are interested in a GUI implementation
of Accept/Display syntax in COBOL - look at what AcuCOBOL did for it. See:
http://www.acucorp.com/support/downloads/index.php
"GUI Features of ACUCOBOL-GT"
-- Bill Klein wmklein <at> ix.netcom.com "Lueko Willms" <l.willms@jpberlin.de> wrote in message news:9JPY2-PuflB@jpberlin-l.willms.jpberlin.de... >. On 22.10.04 > wrote riplin@Azonic.co.nz (Richard) > on /COMP/LANG/COBOL > in 217e491a.0410221520.525f32de@posting.google.com > about Re: Report Writer > > > r> Screen section does not use 'event handlers' the program 'falls off' > r> the ACCEPT after setting various statuses in CURSOR IS .. and CRT > r> STATUS IS .. fields. > r> > r> You do an ACCEPT and then check the results. This may indicate which > r> key terminated the accept and where the cursor was positioned. > > That lacks quite some features then for using it on e.g. a Windows > workstation. > >>> Is there a place on the web where this effort can be studied? > > r> Dunno, have you Googled for it ? > > I did and have posted the result. > >>> ... REPORT WRITER ... is, OTOH, >>> one of the most underused feature of COBOL, and at the same time one >>> of the most powerful. > > r> In my view it is 'underused' mainly because it is a programmer-centric > r> tool rather than being a user-centric tool. Ever report or change has > r> to be coded, compiled, tested by programmers before the user gets to > r> see it. It is a _programmer's_ solution to a user problem. > r> > r> Why are you spending your time rewriting reporting programs ? > > Using the REPORT WRITER, there is not much need to rewrite a > printing program, because its all in the DATA DIVISION. REPORT WRITER > is rather a program _generator,_ which needs some configuration. > > BTW, it is not limited to "reporting programs", and as I said, and > for "reporting programs", I would suggest an alternative: > > r> Why are the users having to wait weeks for a requested report to go > r> through the process of a system change (program writing) when they > r> want the report _now_ ? > > I suggest to look up the data online and interactively in the > database, and not print so many reports. > > But creating and changing a listing using REPORT WRITER would not > take weeks. We don't use punched cards any more for programmings, do > we? > > BTW, have you ever used REPORT WRITER? > > > Yours, > Lüko Willms http://www.willms-edv.de > /--------- L.WILLMS@jpberlin.de -- Alle Rechte vorbehalten -- > > Wir wohnen in Göttingen in Scheiterhaufen, die mit Türen und Fenstern versehen > sind. -G.C.Lichtenberg
- Next message: William M. Klein: "Re: Standard and COBOL file formats (was: Report enhancements)"
- Previous message: William M. Klein: "RW refuses to admit is errors - as usual (was: Report enhancements"
- In reply to: Lueko Willms: "Re: Report Writer"
- Next in thread: Lueko Willms: "GUI Screen Handling in COBOL (was: Report Writer)"
- Reply: Lueko Willms: "GUI Screen Handling in COBOL (was: Report Writer)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|