Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.os.linux.misc > #35412
| Subject | Re: COBOL and tricks |
|---|---|
| Newsgroups | alt.folklore.computers, comp.os.linux.misc |
| References | (14 earlier) <tblva2$105$1@news.misty.com> <S9WdndFIOv3VdXz_nZ2dnUU7-IPNnZ2d@earthlink.com> <2044901849.680728052.410272.peter_flass-yahoo.com@news.eternal-september.org> <x_6dnV6KBqzUyn7_nZ2dnUU7-b2dnZ2d@earthlink.com> <1233287172.680825768.099778.peter_flass-yahoo.com@news.eternal-september.org> |
| From | "25B.Z969" <25B.Z969@noda.net> |
| Date | 2022-08-06 00:06 -0400 |
| Message-ID | <yNadnUERM_pYdXD_nZ2dnUU7-S3NnZ2d@earthlink.com> (permalink) |
Cross-posted to 2 groups.
On 7/29/22 6:23 PM, Peter Flass wrote: > 25B.Z959 <25B.Z959@nada.net> wrote: >> On 7/28/22 3:13 PM, Peter Flass wrote: >>> 25B.Z959 <25B.Z959@nada.net> wrote: >>>> On 7/25/22 7:37 AM, Johnny Billquist wrote: >>>>> On 2022-07-24 00:23, Peter Flass wrote: >>>>>> 25B.Z959 <25B.Z959@nada.net> wrote: >>>>>>> Sometimes that IS a factor ... you have to have people who >>>>>>> can write it. But 1990 ... IMHO it should have been 'C'. >>>>>>> >>>>>> >>>>>> IMNSHO, COBOL. C is a terrible language for those types of language. >>>>> Things >>>>>> that are so dimple in COBOL, like moving a character string with blank >>>>>> fill, or formatting numeric output, requires calling subroutines in >>>>> C, and >>>>>> lack of length checking on string moves is a recipe for disaster. >>>>> This is one of the weirder arguments I've ever seen: >>>>> "requires calling a subroutine in C". As if that somehow is a problem? >>>>> Not to mention it's a function, and not a subroutine. Any claim of "used >>>>> the language quite a bit" sounds hollow after that. >>>>> >>>>> A statement to move a character string in COBOL will in the end be a >>>>> subroutine call as well. >>>>> >>>>> And lack of length checking depends on the function. Nothing prevents >>>>> you from using strncpy in C. Or write your own, with whatever >>>>> characteristic you want. It will actually be pretty efficient. >>>>> Comparable to the provided functions. >>>>> >>>>>> I have used both languages quite a bit, perhaps COBOL more, years >>>>> ago, but >>>>>> neither is my preferred language, so I have no dog in this fight. >>>>>> … >>>>> Seems like your C is both rusty and bad. >>>>> >>>>>>> Mostly I like "terse" languages - less typing and lots >>>>>>> of room left over for comments at the ends of the lines. >>>>>> >>>>>> Sounds like assembler ;-) >>>>>> >>>>>> It’s too easy to write tricky code with side-effects in C. COBOL >>>>> might not >>>>>> be as self-documenting as advertised, but the operation of each >>>>> statement >>>>>> is pretty obvious and easily understood. >>>>> What kind of side effects are we talking about? The operation of each >>>>> statement in C is very obvious and easy to understand. >>>>> Most people get into trouble because of memory handling. Not the >>>>> language semantics. >>>>> But that is where you get to the point where things gets even harder to >>>>> even do in COBOL. And if you manage to do it, it won't be easily >>>>> understood. >>>> >>>> Consider "print x" ... those of us that go back some years >>>> will acutely recognize how "print x" stands atop a veritable >>>> Everest of subroutines, device abstractors, drivers for >>>> display controllers ......... >>>> >>>> CPUs don't *have* a "print x". >>> >>> I think the 1401 did. It had instructions for “read a card”, “print a >>> line”, etc. >> >> As I said to another ... just sending a binary stream out >> of a pin is NOT "printing". There's a LOT between that >> and actual human-readable data display. >> > > I think it would have been all hardware on the 1401 - not even firmware, > which wasn’t invented yet. Depends on how you define "firmware". That can be anything from Babbage's gear-packs to UNIVAC plug-wire patterns to hardwired TTL logic to mask-programmed chips to ....... :-) Anyway, my *theme* here ... it's all part of the SAME THING. "smart" peripherials are really just co-processors that add to the power of the "main" CPU, create the "whole experience". "DISPLAY XVAL" means crap without the downstream intelligence.
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Linux on a small memory PC The Natural Philosopher <tnp@invalid.invalid> - 2022-07-07 11:20 +0100
Re: Linux on a small memory PC Marco Moock <mo01@posteo.de> - 2022-07-07 12:47 +0200
Re: Linux on a small memory PC The Natural Philosopher <tnp@invalid.invalid> - 2022-07-07 12:00 +0100
Re: Linux on a small memory PC Andreas Kohlbach <ank@spamfence.net> - 2022-07-07 10:52 -0400
Re: Linux on a small memory PC The Natural Philosopher <tnp@invalid.invalid> - 2022-07-07 16:52 +0100
Re: Linux on a small memory PC Robert Heller <heller@deepsoft.com> - 2022-07-07 11:50 -0500
Re: Linux on a small memory PC Andreas Kohlbach <ank@spamfence.net> - 2022-07-07 14:51 -0400
Re: Linux on a small memory PC Richard Kettlewell <invalid@invalid.invalid> - 2022-07-07 22:07 +0100
Re: Linux on a small memory PC The Natural Philosopher <tnp@invalid.invalid> - 2022-07-08 09:50 +0100
Re: Linux on a small memory PC Richard Kettlewell <invalid@invalid.invalid> - 2022-07-08 10:12 +0100
Re: Linux on a small memory PC The Natural Philosopher <tnp@invalid.invalid> - 2022-07-08 09:48 +0100
Re: Linux on a small memory PC Andreas Kohlbach <ank@spamfence.net> - 2022-07-08 14:04 -0400
Re: Linux on a small memory PC The Natural Philosopher <tnp@invalid.invalid> - 2022-07-08 19:35 +0100
Re: Linux on a small memory PC Andreas Kohlbach <ank@spamfence.net> - 2022-07-08 15:54 -0400
Fwd: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-10 00:45 -0400
Re: Fwd: Linux on a small memory PC Andreas Kohlbach <ank@spamfence.net> - 2022-07-10 17:57 -0400
Re: Fwd: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-14 20:16 -0400
Re: Fwd: Linux on a small memory PC Andreas Kohlbach <ank@spamfence.net> - 2022-07-15 15:48 -0400
Re: Fwd: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-15 23:15 -0400
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-16 06:24 +0000
Re: Fwd: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-16 23:11 -0400
Re: Fwd: Linux on a small memory PC Dan Espen <dan1espen@gmail.com> - 2022-07-16 08:48 -0400
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-16 16:57 +0000
Re: Fwd: Linux on a small memory PC not@telling.you.invalid (Computer Nerd Kev) - 2022-07-17 09:53 +1000
Re: Fwd: Linux on a small memory PC not@telling.you.invalid (Computer Nerd Kev) - 2022-07-17 10:02 +1000
Re: Fwd: Linux on a small memory PC Tom Furie <tom@furie.org.uk> - 2022-07-17 00:57 +0000
Re: Fwd: Linux on a small memory PC Andreas Kohlbach <ank@spamfence.net> - 2022-07-17 16:10 -0400
Re: Fwd: Linux on a small memory PC Tom Furie <tom@furie.org.uk> - 2022-07-17 01:01 +0000
Re: Fwd: Linux on a small memory PC Dan Espen <dan1espen@gmail.com> - 2022-07-16 22:05 -0400
Re: Fwd: Linux on a small memory PC "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2022-07-16 23:05 -0400
Re: Fwd: Linux on a small memory PC Dan Espen <dan1espen@gmail.com> - 2022-07-16 23:43 -0400
Re: Fwd: Linux on a small memory PC Computer Nerd Kev <not@telling.you.invalid> - 2022-07-17 18:19 +1000
Re: Fwd: Linux on a small memory PC Dan Espen <dan1espen@gmail.com> - 2022-07-17 11:16 -0400
The Y2K problem - again (was: Fwd: Linux on a small memory PC) Andreas Kohlbach <ank@spamfence.net> - 2022-07-17 16:32 -0400
Re: The Y2K problem - again (was: Fwd: Linux on a small memory PC) Peter Flass <peter_flass@yahoo.com> - 2022-07-17 16:07 -0700
Re: Fwd: Linux on a small memory PC not@telling.you.invalid (Computer Nerd Kev) - 2022-07-18 09:36 +1000
Re: Fwd: Linux on a small memory PC Tom Furie <tom@furie.org.uk> - 2022-07-18 00:05 +0000
Re: Fwd: Linux on a small memory PC "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2022-07-17 12:43 -0400
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-17 20:59 +0000
Re: Fwd: Linux on a small memory PC Eric Pozharski <whynot@pozharski.name> - 2022-07-17 13:33 +0000
Re: Fwd: Linux on a small memory PC Dan Espen <dan1espen@gmail.com> - 2022-07-17 14:04 -0400
Re: Fwd: Linux on a small memory PC Eric Pozharski <whynot@pozharski.name> - 2022-07-18 13:46 +0000
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-17 20:59 +0000
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-17 16:45 +0000
Re: Fwd: Linux on a small memory PC Andreas Kohlbach <ank@spamfence.net> - 2022-07-17 16:18 -0400
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-17 20:59 +0000
Re: Fwd: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-16 23:47 -0400
Re: Fwd: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-16 23:59 -0400
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-17 16:45 +0000
Re: Fwd: Linux on a small memory PC Dan Espen <dan1espen@gmail.com> - 2022-07-17 13:57 -0400
Re: Fwd: Linux on a small memory PC "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2022-07-17 14:08 -0400
Re: Fwd: Linux on a small memory PC Dan Espen <dan1espen@gmail.com> - 2022-07-17 15:00 -0400
Re: Fwd: Linux on a small memory PC "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2022-07-17 15:22 -0400
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-17 20:59 +0000
Re: Fwd: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-18 21:26 -0400
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-19 01:48 +0000
Re: Fwd: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-18 22:29 -0400
Re: Fwd: Linux on a small memory PC Peter Flass <peter_flass@yahoo.com> - 2022-07-19 10:48 -0700
Re: Fwd: Linux on a small memory PC The Natural Philosopher <tnp@invalid.invalid> - 2022-07-19 19:44 +0100
Re: Fwd: Linux on a small memory PC Peter Flass <peter_flass@yahoo.com> - 2022-07-19 11:58 -0700
Re: COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-07-19 19:48 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-19 12:53 -0700
Re: COBOL and tricks "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2022-07-19 16:25 -0400
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-19 16:57 -0400
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-19 16:32 -0700
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-20 00:27 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-25 01:02 -0400
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-25 13:55 -0700
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-25 22:52 +0000
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-19 23:31 -0400
Re: COBOL and tricks Richard Kettlewell <invalid@invalid.invalid> - 2022-07-20 08:26 +0100
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-20 00:27 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-19 18:10 -0700
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-19 23:37 -0400
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-19 16:53 -0400
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-19 16:32 -0700
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-20 00:27 +0000
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-20 06:48 +0100
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-20 11:47 +0100
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-20 10:04 -0700
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-19 23:21 -0400
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-20 17:16 +0000
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-20 00:27 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-19 18:10 -0700
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-19 21:22 +0000
Re: COBOL and tricks D.J. <chucktheouch@gmail.com> - 2022-07-19 18:20 -0500
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-22 01:54 -0400
Re: COBOL and tricks Tauno Voipio <tauno.voipio@notused.fi.invalid> - 2022-07-22 12:48 +0300
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-23 01:35 -0400
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-22 13:03 +0000
Re: COBOL and tricks "G.K." <spam@example.invalid> - 2022-07-22 09:20 -0500
Re: COBOL and tricks D.J. <chucktheouch@gmail.com> - 2022-07-22 09:21 -0500
Re: COBOL and tricks Anne & Lynn Wheeler <lynn@garlic.com> - 2022-07-22 13:41 -1000
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-20 00:27 +0000
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-19 23:40 -0400
Re: COBOL and tricks Anne & Lynn Wheeler <lynn@garlic.com> - 2022-07-19 14:26 -1000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-19 18:10 -0700
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-20 12:00 +0100
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-20 10:04 -0700
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-20 13:50 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-20 10:04 -0700
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-20 20:44 -0400
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-19 22:34 -0400
Re: COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-07-20 02:50 +0000
Re: COBOL and tricks "Kerr-Mudd, John" <admin@127.0.0.1> - 2022-07-20 10:06 +0100
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-20 17:16 +0000
Re: COBOL and tricks "Kerr-Mudd, John" <admin@127.0.0.1> - 2022-07-20 20:09 +0100
Re: COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-07-20 19:30 +0000
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-20 23:09 +0000
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-21 06:00 +0100
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-21 17:42 +0000
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-21 19:28 +0100
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-20 17:16 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-23 15:18 -0400
Re: COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-07-23 19:32 +0000
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-23 21:48 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-24 00:07 -0400
Re: COBOL and tricks Allodoxaphobia <trepidation@example.net> - 2022-07-23 23:50 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-24 01:31 -0400
Re: COBOL and tricks Alan Bowler <atbowler@thinkage.ca> - 2022-08-19 22:08 -0400
Re: COBOL and tricks John Levine <johnl@taugh.com> - 2022-08-20 03:20 +0000
Re: COBOL and tricks Anne & Lynn Wheeler <lynn@garlic.com> - 2022-08-19 17:59 -1000
Re: COBOL and tricks Anne & Lynn Wheeler <lynn@garlic.com> - 2022-08-20 11:48 -1000
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-24 06:44 +0100
Re: COBOL and tricks "Kerr-Mudd, John" <admin@127.0.0.1> - 2022-07-24 21:13 +0100
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-24 19:49 -0400
Re: COBOL and tricks drb@ihatespam.msu.edu (Dennis Boone) - 2022-07-24 21:25 -0500
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-25 13:52 +0000
Re: COBOL and tricks "Kerr-Mudd, John" <admin@127.0.0.1> - 2022-07-25 20:57 +0100
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-25 13:56 -0700
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-25 21:45 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-25 18:55 -0700
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-29 04:24 -0500
Re: COBOL and tricks Rich Alderson <news@alderson.users.panix.com> - 2022-10-29 16:47 -0400
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-25 19:27 -0400
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-29 04:19 -0500
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-10-29 12:17 +0100
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-10-29 22:44 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-25 00:02 -0400
Re: COBOL and tricks Jack Strangio <jackstrangio@yahoo.com> - 2022-07-25 10:56 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-25 13:57 -0700
Re: COBOL and tricks Allodoxaphobia <trepidation@example.net> - 2022-07-25 12:54 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-23 23:08 -0400
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-25 05:36 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-26 01:11 -0400
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-26 20:43 +0000
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-29 04:40 -0500
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-23 15:23 -0700
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-23 15:26 -0700
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-25 00:08 -0400
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-25 13:55 -0700
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-25 22:52 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-26 01:35 -0400
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-28 02:20 -0500
Re: COBOL and tricks Bob Eager <news0009@eager.cx> - 2022-10-28 08:03 +0000
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-10-28 22:17 +0000
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-29 07:45 -0500
Re: COBOL and tricks Bob Eager <news0009@eager.cx> - 2022-10-29 17:07 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-26 01:28 -0400
Re: COBOL and tricks John Levine <johnl@taugh.com> - 2022-07-26 19:38 +0000
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-26 20:43 +0000
Re: COBOL and tricks Vir Campestris <vir.campestris@invalid.invalid> - 2022-07-26 21:53 +0100
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-26 22:21 +0100
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-26 22:45 -0400
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-27 18:10 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-31 22:35 -0400
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-28 02:37 -0500
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-10-28 22:16 +0000
Re: COBOL and tricks Vir Campestris <vir.campestris@invalid.invalid> - 2022-10-30 20:47 +0000
Re: COBOL and tricks Bob Eager <news0009@eager.cx> - 2022-10-30 22:18 +0000
Re: COBOL and tricks Anne & Lynn Wheeler <lynn@garlic.com> - 2022-10-30 14:20 -1000
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-10-31 14:43 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-10-31 09:37 -0700
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-26 13:57 -0700
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-27 18:10 +0000
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-28 02:43 -0500
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-26 22:32 -0400
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-27 13:51 +0000
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-27 18:10 +0000
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-28 02:24 -0500
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-10-28 13:41 +0000
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-26 20:43 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-26 13:57 -0700
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-26 22:57 -0400
Re: COBOL and tricks drb@ihatespam.msu.edu (Dennis Boone) - 2022-07-27 14:49 -0500
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-27 21:28 +0100
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-28 02:52 -0500
Re: COBOL and tricks Joe Pfeiffer <pfeiffer@cs.nmsu.edu> - 2022-10-28 09:45 -0600
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-27 11:39 +0100
Re: COBOL and tricks Vir Campestris <vir.campestris@invalid.invalid> - 2022-07-26 21:52 +0100
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-26 22:26 +0100
Re: COBOL and tricks Niklas Karlsson <nikke.karlsson@gmail.com> - 2022-07-31 13:38 +0000
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-28 02:59 -0500
Re: COBOL and tricks Vir Campestris <vir.campestris@invalid.invalid> - 2022-07-31 21:27 +0100
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-31 18:05 -0700
Re: COBOL and tricks John Levine <johnl@taugh.com> - 2022-08-01 02:05 +0000
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-28 03:09 -0500
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-10-28 11:26 +0100
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-10-28 22:17 +0000
Re: self-documenting APL, not COBOL and tricks John Levine <johnl@taugh.com> - 2022-10-29 19:09 +0000
Re: self-documenting APL, not COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-10-29 15:43 -0700
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-10-30 15:55 +0000
Re: self-documenting APL, not COBOL and tricks "Kerr-Mudd, John" <admin@127.0.0.1> - 2022-10-30 21:07 +0000
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-10-30 15:53 +0000
Re: self-documenting APL, not COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-10-30 10:24 -0700
Re: self-documenting APL, not COBOL and tricks John Levine <johnl@taugh.com> - 2022-10-30 19:15 +0000
Re: self-documenting APL, not COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-10-31 18:41 -0400
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-10-31 23:56 +0000
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-01 07:59 +0000
Re: self-documenting APL, not COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-11-01 13:42 +0000
Re: self-documenting APL, not COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-11-01 10:00 -0500
Re: self-documenting APL, not COBOL and tricks Rich Alderson <news@alderson.users.panix.com> - 2022-11-01 14:50 -0400
Re: self-documenting APL, not COBOL and tricks Ted Heise <theise@panix.com> - 2022-11-02 18:02 +0000
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-01 19:14 +0000
Re: self-documenting APL, not COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-11-01 19:36 +0000
Re: self-documenting APL, not COBOL and tricks Rich Alderson <news@alderson.users.panix.com> - 2022-11-02 15:02 -0400
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-02 11:32 +0000
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-01 19:14 +0000
Re: self-documenting APL, not COBOL and tricks Bob Eager <news0009@eager.cx> - 2022-11-01 21:30 +0000
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-01 22:31 +0000
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-02 11:40 +0000
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-02 11:28 +0000
Re: self-documenting APL, not COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-11-02 09:56 -0700
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-02 17:21 +0000
Re: genders, self-documenting APL, not COBOL and tricks John Levine <johnl@taugh.com> - 2022-11-02 17:37 +0000
Re: self-documenting APL, not COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-11-02 18:05 +0000
Re: self-documenting APL, not COBOL and tricks Richard Kettlewell <invalid@invalid.invalid> - 2022-11-04 08:20 +0000
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-04 17:35 +0000
Re: self-documenting APL, not COBOL and tricks D.J. <chucktheouch@gmnol.com> - 2022-11-05 09:01 -0500
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-05 15:50 +0000
Re: self-documenting APL, not COBOL and tricks D.J. <chucktheouch@gmnol.com> - 2022-11-05 11:28 -0500
Re: self-documenting APL, not COBOL and tricks Richard Kettlewell <invalid@invalid.invalid> - 2022-11-05 14:47 +0000
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-05 15:51 +0000
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-03 09:05 +0000
Re: self-documenting APL, not COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-11-02 17:21 +0000
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-03 09:08 +0000
Re: self-documenting APL, not COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-11-03 07:34 -0700
Re: self-documenting APL, not COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-11-03 16:34 +0000
Re: self-documenting APL, not COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-11-03 10:56 -0700
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-04 09:00 +0000
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-04 17:35 +0000
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-05 15:52 +0000
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-04 08:59 +0000
Re: self-documenting APL, not COBOL and tricks drb@ihatespam.msu.edu (Dennis Boone) - 2022-11-01 16:43 +0000
Re: self-documenting APL, not COBOL and tricks Andy Walker <anw@cuboid.co.uk> - 2022-11-01 19:26 +0000
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-02 11:38 +0000
Re: self-documenting APL, not COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-11-02 09:56 -0700
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-02 17:21 +0000
Re: self-documenting APL, not COBOL and tricks "Kerr-Mudd, John" <admin@127.0.0.1> - 2022-11-02 17:22 +0000
Re: self-documenting APL, not COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-11-04 14:15 -0500
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-04 20:23 +0000
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-02 17:21 +0000
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-03 09:11 +0000
Re: self-documenting APL, not COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-11-04 14:28 -0500
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-01 07:55 +0000
Re: self-documenting APL, not COBOL and tricks D.J. <chucktheouch@gmnol.com> - 2022-11-01 09:52 -0500
Re: self-documenting APL, not COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-11-02 11:25 +0000
Re: self-documenting APL, not COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-11-02 09:56 -0700
Re: self-documenting APL, not COBOL and tricks Pancho <Pancho.Jones@proton.me> - 2022-11-02 16:17 +0000
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-02 17:21 +0000
Re: self-documenting APL, not COBOL and tricks Pancho <Pancho.Jones@proton.me> - 2022-11-02 17:43 +0000
Re: self-documenting APL, not COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-11-02 18:09 +0000
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-03 04:39 +0000
Re: self-documenting APL, not COBOL and tricks Pancho <Pancho.Jones@proton.me> - 2022-11-03 10:01 +0000
Re: self-documenting APL, not COBOL and tricks Bob Eager <news0009@eager.cx> - 2022-11-03 11:24 +0000
Re: self-documenting APL, not COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-11-02 13:54 -0700
Re: self-documenting APL, not COBOL and tricks Bob Eager <news0009@eager.cx> - 2022-11-02 21:10 +0000
Re: self-documenting APL, not COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-11-02 15:59 -0700
Re: self-documenting APL, not COBOL and tricks Rich Alderson <news@alderson.users.panix.com> - 2022-11-02 22:03 -0400
Re: self-documenting APL, not COBOL and tricks Mike Spencer <mds@bogus.nodomain.nowhere> - 2022-11-02 15:33 -0300
Re: self-documenting APL, not COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-11-02 20:19 +0000
Re: self-documenting APL, not COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-11-02 13:54 -0700
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-03 04:39 +0000
Re: self-documenting APL, not COBOL and tricks Thomas Koenig <tkoenig@netcologne.de> - 2022-11-03 06:43 +0000
Re: self-documenting APL, not COBOL and tricks Thomas Koenig <tkoenig@netcologne.de> - 2022-11-03 06:34 +0000
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-03 17:59 +0000
Re: self-documenting APL, not COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-11-04 14:52 -0500
Re: self-documenting APL, not COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-11-04 20:23 +0000
Re: COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-10-29 19:23 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-31 21:54 -0400
Re: COBOL and tricks Rich Alderson <news@alderson.users.panix.com> - 2022-08-01 15:56 -0400
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-08-01 22:59 -0400
Re: COBOL and tricks "Kerr-Mudd, John" <admin@127.0.0.1> - 2022-08-02 09:42 +0100
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-02 09:23 -0700
Re: COBOL and tricks Johnny Billquist <bqt@softjar.se> - 2022-07-25 13:37 +0200
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-25 14:13 +0000
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-25 19:42 -0400
Re: COBOL and tricks Johnny Billquist <bqt@softjar.se> - 2022-07-26 10:48 +0200
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-26 10:40 +0100
Re: COBOL and tricks Richard Kettlewell <invalid@invalid.invalid> - 2022-07-26 14:13 +0100
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-26 15:10 +0100
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-26 14:41 +0000
Re: COBOL and tricks Richard Kettlewell <invalid@invalid.invalid> - 2022-07-26 15:52 +0100
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-26 16:20 +0100
Re: COBOL and tricks Pancho <Pancho.Jones@proton.me> - 2022-07-26 16:48 +0100
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-26 16:17 +0000
Re: COBOL and tricks Vir Campestris <vir.campestris@invalid.invalid> - 2022-07-26 21:58 +0100
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-26 22:19 +0100
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-27 18:10 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-26 13:49 -0700
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-26 13:49 -0700
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-26 22:20 +0100
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-08-02 01:59 -0400
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-26 16:12 +0100
Re: COBOL and tricks Andy Walker <anw@cuboid.co.uk> - 2022-07-26 17:53 +0100
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-27 11:36 +0100
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-27 12:28 +0100
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-27 18:50 +0100
Re: COBOL and tricks Andy Walker <anw@cuboid.co.uk> - 2022-07-27 13:01 +0100
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-27 19:09 +0100
Re: COBOL and tricks Richard Kettlewell <invalid@invalid.invalid> - 2022-07-27 14:20 +0100
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-27 19:10 +0100
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-27 15:19 -0700
Re: COBOL and tricks Richard Kettlewell <invalid@invalid.invalid> - 2022-07-26 19:34 +0100
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-26 07:44 -0400
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-26 20:43 +0000
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-26 20:15 -0400
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-27 13:48 +0000
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-27 10:14 -0400
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-27 15:20 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-27 15:19 -0700
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-26 13:49 -0700
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-26 20:25 -0400
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-27 23:00 -0400
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-28 07:01 -0400
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-28 15:10 +0100
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-28 18:11 +0100
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-29 13:02 +0100
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-31 22:40 -0400
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-28 12:13 -0700
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-07-29 13:03 +0100
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-29 15:23 -0700
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-31 23:23 -0400
Re: COBOL and tricks D.J. <chucktheouch@gmail.com> - 2022-08-01 09:45 -0500
Re: COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-08-01 14:50 +0000
Re: COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-08-01 14:51 +0000
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-08-01 14:18 -0400
Re: COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-08-01 18:38 +0000
Re: COBOL and tricks John Levine <johnl@taugh.com> - 2022-08-01 20:55 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-01 12:22 -0700
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-08-02 01:21 -0400
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-08-01 15:40 +0000
Re: COBOL and tricks Rich Alderson <news@alderson.users.panix.com> - 2022-08-01 16:07 -0400
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-08-01 14:15 -0400
Re: COBOL and tricks "Kerr-Mudd, John" <admin@127.0.0.1> - 2022-08-01 19:47 +0100
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-08-01 15:58 -0400
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-08-01 18:53 +0000
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-08-01 20:41 +0100
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-28 03:44 -0500
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-10-28 11:30 +0100
Re: COBOL and tricks D.J. <chucktheouch@gmnol.com> - 2022-10-28 13:52 -0500
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-01 12:22 -0700
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-01 12:22 -0700
Re: COBOL and tricks D.J. <chucktheouch@gmail.com> - 2022-08-02 11:05 -0500
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-08-02 01:05 -0400
Re: COBOL and tricks D.J. <chucktheouch@gmail.com> - 2022-08-02 11:12 -0500
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-02 09:29 -0700
Re: COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-03 00:42 -0400
Re: COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-02 23:47 -0400
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-02 09:23 -0700
Re: COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-03 00:51 -0400
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-01 12:22 -0700
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-08-01 20:48 +0100
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-01 19:11 -0700
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-08-02 01:54 -0400
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-29 07:46 -0500
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-10-29 15:49 +0100
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-10-29 15:43 -0700
Re: COBOL and tricks Robert Riches <spamtrap42@jacob21819.net> - 2022-10-30 03:35 +0000
Re: COBOL and tricks Bob Eager <news0009@eager.cx> - 2022-10-30 09:41 +0000
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-26 13:49 -0700
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-27 22:48 -0400
Re: COBOL and tricks Alan Bowler <atbowler@thinkage.ca> - 2022-09-13 19:56 -0400
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-09-14 14:05 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-27 21:37 -0400
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-28 13:02 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-28 23:40 -0400
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-29 15:54 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-31 23:47 -0400
Re: COBOL and tricks drb@ihatespam.msu.edu (Dennis Boone) - 2022-07-29 17:02 -0500
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-28 12:13 -0700
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-28 19:49 +0000
Re: ancient I/O, was COBOL and tricks John Levine <johnl@taugh.com> - 2022-07-29 18:37 +0000
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-28 16:35 -0400
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-28 17:52 -0700
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-29 00:23 -0400
Re: COBOL and tricks cb@elaine.df.lth.se (Christian Brunschen) - 2022-07-29 09:15 +0000
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-29 08:13 -0400
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-29 23:57 -0400
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-30 08:13 -0400
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-30 15:04 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-30 21:07 -0400
Re: COBOL and tricks D.J. <chucktheouch@gmail.com> - 2022-07-31 12:55 -0500
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-31 19:32 +0100
Re: COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-07-31 19:13 +0000
Re: COBOL and tricks Rich Alderson <news@alderson.users.panix.com> - 2022-07-31 16:45 -0400
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-08-01 00:38 -0400
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-08-01 08:09 +0100
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-08-01 11:02 +0100
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-08-01 12:02 +0100
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-08-01 17:35 +0100
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-08-01 18:06 +0000
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-08-01 19:05 +0100
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-01 12:22 -0700
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-08-01 20:35 +0100
Re: boot me, COBOL and tricks John Levine <johnl@taugh.com> - 2022-08-01 21:10 +0000
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-08-01 18:53 +0000
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-30 05:25 -0500
Re: COBOL and tricks Thomas Koenig <tkoenig@netcologne.de> - 2022-10-30 11:33 +0000
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-10-30 12:59 +0000
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-10-31 03:52 +0000
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-10-31 08:12 +0000
Re: COBOL and tricks D.J. <chucktheouch@gmnol.com> - 2022-10-31 12:20 -0500
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-01 12:22 -0700
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-08-01 20:37 +0100
Re: COBOL and tricks "Kerr-Mudd, John" <admin@127.0.0.1> - 2022-08-02 09:39 +0100
Re: backups in real life, COBOL and tricks John Levine <johnl@taugh.com> - 2022-08-02 17:05 +0000
Re: backups in real life, COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-03 01:05 -0400
Re: backups in real life, COBOL and tricks D.J. <chucktheouch@gmail.com> - 2022-08-03 11:51 -0500
Re: backups in real life, COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-04 22:11 -0400
Re: backups in real life, COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-08-05 06:52 +0100
Re: backups in real life, COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-06 00:30 -0400
Re: backups in real life, COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-08-07 22:36 +0000
Re: backups in real life, COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-07 20:27 -0400
Re: backups in real life, COBOL and tricks J. Clarke <jclarke.873638@gmail.com> - 2022-08-13 14:53 -0400
Re: backups in real life, COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-08-13 19:44 +0000
Re: backups in real life, COBOL and tricks "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2022-08-13 16:51 -0400
Re: backups in real life, COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-08-14 14:34 +0000
Re: COBOL and tricks Charles Richmond <codescott@aquaporin4.com> - 2022-10-30 05:26 -0500
Re: COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-08-01 14:46 +0000
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-29 08:09 -0400
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-29 00:00 -0400
Re: different languages, was COBOL and tricks John Levine <johnl@taugh.com> - 2022-07-29 18:55 +0000
Re: different languages, was COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-30 00:53 -0400
Re: COBOL and tricks drb@ihatespam.msu.edu (Dennis Boone) - 2022-07-29 16:41 -0500
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-30 01:03 -0400
Re: COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-07-30 08:16 -0400
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-30 19:50 -0400
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-30 14:56 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-30 20:35 -0400
Re: COBOL and tricks Vir Campestris <vir.campestris@invalid.invalid> - 2022-07-31 21:51 +0100
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-07-31 21:26 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-08-02 02:07 -0400
Re: COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-08-02 14:30 +0000
Re: COBOL and tricks Rich Alderson <news@alderson.users.panix.com> - 2022-08-02 15:09 -0400
Re: COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-03 01:07 -0400
Re: COBOL and tricks Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2022-08-03 13:41 +0000
Re: COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-04 01:31 -0400
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-04 08:23 -0700
Re: COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-08-04 18:05 +0100
Re: COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-04 23:35 -0400
Re: COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-08-05 16:45 +0000
Re: COBOL and tricks Vir Campestris <vir.campestris@invalid.invalid> - 2022-08-05 21:50 +0100
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-08-06 02:21 +0100
Re: COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-04 23:29 -0400
Re: cars and COBOL and tricks John Levine <johnl@taugh.com> - 2022-08-05 03:33 +0000
Re: cars and COBOL and tricks scott@slp53.sl.home (Scott Lurndal) - 2022-08-05 14:05 +0000
Re: cars and COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-08-05 16:45 +0000
Re: cars and COBOL and tricks Dan Espen <dan1espen@gmail.com> - 2022-08-05 13:13 -0400
Re: cars and COBOL and tricks Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-08-05 21:40 +0000
Re: cars and COBOL and tricks John McCue <jmccue@magnetar.hsd1.ma.comcast.net> - 2022-10-29 17:05 +0000
Re: cars and COBOL and tricks "Kerr-Mudd, John" <admin@127.0.0.1> - 2022-10-29 20:40 +0100
Re: cars and COBOL and tricks Ahem A Rivet's Shot <steveo@eircom.net> - 2022-10-30 06:14 +0000
Re: cars and COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-05 21:45 -0400
Re: cars and COBOL and tricks J. Clarke <jclarke.873638@gmail.com> - 2022-08-13 14:58 -0400
Re: cars and COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-08-06 02:19 +0100
Re: cars and COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-05 21:44 -0400
Re: cars and COBOL and tricks J. Clarke <jclarke.873638@gmail.com> - 2022-08-13 15:03 -0400
Re: COBOL and tricks The Natural Philosopher <tnp@invalid.invalid> - 2022-08-06 02:15 +0100
Re: COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-04 01:03 -0400
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-28 23:43 -0400
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-07-29 15:23 -0700
Re: old firms, was COBOL and tricks John Levine <johnl@taugh.com> - 2022-07-29 22:58 +0000
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-07-30 01:04 -0400
Re: COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-06 00:06 -0400
Re: COBOL and tricks "25B.Z959" <25B.Z959@nada.net> - 2022-08-02 00:32 -0400
Re: COBOL and tricks Peter Flass <peter_flass@yahoo.com> - 2022-08-02 09:23 -0700
Re: COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-04 00:46 -0400
Re: COBOL and tricks "Kerr-Mudd, John" <admin@127.0.0.1> - 2022-08-04 10:34 +0100
Re: COBOL and tricks "25B.Z969" <25B.Z969@noda.net> - 2022-08-04 11:07 -0400
Re: Fwd: Linux on a small memory PC The Natural Philosopher <tnp@invalid.invalid> - 2022-07-20 11:42 +0100
Re: Fwd: Linux on a small memory PC Peter Flass <peter_flass@yahoo.com> - 2022-07-20 10:04 -0700
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-20 17:16 +0000
Re: Fwd: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-25 00:23 -0400
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-25 05:45 +0000
Re: Fwd: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-26 02:46 -0400
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-26 20:43 +0000
Re: Fwd: Linux on a small memory PC J. Clarke <jclarke.873638@gmail.com> - 2022-07-20 18:43 -0400
Re: Fwd: Linux on a small memory PC Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-21 06:01 +0100
Re: Fwd: Linux on a small memory PC Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2022-07-21 17:42 +0000
Re: Fwd: Linux on a small memory PC Ahem A Rivet's Shot <steveo@eircom.net> - 2022-07-21 19:52 +0100
Re: Fwd: Linux on a small memory PC J. Clarke <jclarke.873638@gmail.com> - 2022-07-20 18:41 -0400
Re: Fwd: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-26 23:19 -0400
Re: Linux on a small memory PC Pancho <Pancho.Jones@proton.me> - 2022-07-08 10:27 +0100
Re: Linux on a small memory PC "25B.Z959" <25B.Z959@nada.net> - 2022-07-18 23:59 -0400
Re: Linux on a small memory PC Joerg Lorenz <hugybear@gmx.ch> - 2022-07-07 13:49 +0200
Re: Linux on a small memory PC The Natural Philosopher <tnp@invalid.invalid> - 2022-07-07 14:00 +0100
Re: Linux on a small memory PC Andreas Kohlbach <ank@spamfence.net> - 2022-07-07 11:12 -0400
Re: Linux on a small memory PC not@telling.you.invalid (Computer Nerd Kev) - 2022-07-08 09:15 +1000
Re: Linux on a small memory PC The Natural Philosopher <tnp@invalid.invalid> - 2022-07-08 09:56 +0100
(Thread has 518 articles, showing 500 — browse group in flat view)
csiph-web