Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.folklore.computers > #218434

Re: iBM System/3 FORTRAN for engineering/science work?

From Charlie Gibbs <cgibbs@kltpzyxm.invalid>
Newsgroups alt.folklore.computers
Subject Re: iBM System/3 FORTRAN for engineering/science work?
Date 2021-07-16 22:40 +0000
Organization NewsGuy.com
Message-ID <sct1tm12nqr@news2.newsguy.com> (permalink)
References (14 earlier) <33d3b4cc-9a0c-4f1e-9eaf-5ee53315b080n@googlegroups.com> <87h7h0ies0.fsf@localhost> <648b3c44-a86b-434d-91e5-3ce32796c5ean@googlegroups.com> <87pmvlijnc.fsf@localhost> <3b92dabe-71e7-4100-93a4-d7332235699en@googlegroups.com>

Show all headers | View raw


On 2021-07-16, undefined Hancock-4 <hancock4@bbs.cpcn.com> wrote:

> On Wednesday, July 14, 2021 at 12:50:21 AM UTC-4, ly...@garlic.com wrote:
>
>> mid-70s, I also started to pontificate that while systems were getting 
>> faster ... disk performance wasn't increasing as fast ... as well as 
>> there being huge amount of bloat. In the early 80s, I was writing that 
>> relative system disk performance had declined by an order of magnitude 
>> from early 360 days to the early 80s (i.e. disks got 3-5 faster while 
>> rest of system got 40-50 times faster). Disk executives took exception 
>> and assigned the division performance group to refute my claims ... they 
>> came back after a few weeks and basically said I had slightly 
>> understated the problem. They then respun the analysis for a (IBM user 
>> group) SHARE presentation on how to configure disks to improve system 
>> throughput.... 16Aug1984, Share 63, B874. old posts with some 
>> intro/summarry 
>
> Not sure if this is comparable since it's the Univac 90/30 (sort of S/370
> equivalent),

IIRC the non-privileged instruction set was bit-for-bit identical with that
of the 360/50.  The 370 instructions came later, with the System 80 line.

> but I had the machine to myself on a weekend and ran some tests of
> multi-programming performance.  Our machine had the equivalent of
> 3330 drives.  They were top loaders and we could look down through
> the glass and watch the head action.

Ah, you had the 8430s - lucky guy.  Most sites I worked on originally
had 8416s (28MB/spindle), which looked much like the 8430, complete
with the glass top.  These were later replaced by the 8418 - twice the
capacity, but an opaque lid meant you couldn't watch the heads thrash
anymore.  (I did, however, find a display on the front panel which
showed the length of the current seek, and could identify problems
that way.)

> One thing was obvious--having multiple programs use the same drive was
> a performance disaster.  The disk drive ran like an overloaded washing
> machine, shaking like crazy and the heads went in and out.  Run time
> was bad.
>
> But even running two programs simultaneously using two separate drives
> was slow.  Indeed, it'd be faster (wall clock) to run the two programs
> sequentially rather than simultaneously.    I'm not sure why that was,
> perhaps the disk channel was shared among the drives, perhaps the CPU
> or supervisor couldn't handle multi-programming very well (even though
> supposedly the OS could handle up to five regions and we had plenty
> of memory).

The supervisor was pretty disk-bound.  It spent a lot of time rolling
transient code into and out of memory, and many system utilities had
lots of overlays.  This is no doubt a consequence of trying to squeeze
too much programming into too little memory.  Salesmen were constantly
low-balling memory requirements, and customers who scrimped and got
128K of memory soon wound up shelling out the bucks to go to 192K.

I found that if the jobs weren't too disk-bound (a bit of clever design
helped here), three concurrent jobs was the point of diminishing returns.

You also had to watch out for CPU-bound jobs (e.g. sorts).  OS/3 did not
time-slice jobs of equal priority, so if one of your jobs was CPU-bound
(or went into a loop), other running jobs of equal or lower priority
came to a screeching halt.  A later release of OS/3 added a sysgen option
to change the default priority to something other than the lowest possible
value; that way you could run most jobs at default priority, while
specifying a lower priority for CPU-bound steps.

> (We had tape drives that seemed pretty fast, but we did nothing on tape
> except backups).
>
> I know others here who used the Univac 90/30 were very positive on them,
> and I knew of other sites that loved them.  But my observation wasn't as
> positive.  As mentioned, I have no idea of the price/performance, other
> than Univac was supposedly a lot cheaper than the equivalent powered
> IBM mainframe, especially a new one.  So, perhaps as a low end machine,
> equivalent to a S/370-125 (not virtual) it could do the job economically.

They must have done something right - they sold a lot of them.

> We were speaking of optimization.  The output of the 90/30's COBOL
> compiler had the assembler and it was definitely not optimized, and I
> don't believe the machine even offered that option.  (I don't know about
> other Univacs).
>
> My impression was that because the 90/30 was a byte oriented machine,
> like S/360, it didn't really fit in Univac's product line of word oriented
> machines.

It didn't try; it was a totally different product line.

> For instance, a lot of Univac's programmers attempted to do stuff
> not allowed on byte machines, like having spaces in a numeric field
> and attempting to load an ISAM file by inserts, not a copy.

Ouch.  I remember watching a machine doing that.  It was running so
painfully slowly that I found it faster to cancel the job and re-write
the program.

> Here's the system brochure:
> http://bitsavers.org/pdf/univac/series_90/Univac_90_30_System_Brochure_Mar74.pdf
>
> Bitsavers has a few manuals:
> http://bitsavers.org/pdf/univac/series_90/

I'm just finishing up scanning the wall of OS/3 (90/30 and System 80)
manuals that I was issued when I worked at Univac.  I'll be uploading
over 300 documents (3.5GB) to Bitsavers Real Soon Now.

-- 
/~\  Charlie Gibbs                  |  They don't understand Microsoft
\ /  <cgibbs@kltpzyxm.invalid>      |  has stolen their car and parked
 X   I'm really at ac.dekanfrus     |  a taxi in their driveway.
/ \  if you read it the right way.  |    -- Mayayana

Back to alt.folklore.computers | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-06-16 11:59 -0700
  Re: iBM System/3 FORTRAN for engineering/science work? J. Clarke <jclarke.873638@gmail.com> - 2021-06-16 16:08 -0400
    Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-06-26 12:40 -0700
      Re: iBM System/3 FORTRAN for engineering/science work? Grant Taylor <gtaylor@tnetconsulting.net> - 2021-06-26 15:14 -0600
        Re: s/3, s/34, s/36, and so forth not iBM System/3 FORTRAN John Levine <johnl@taugh.com> - 2021-06-27 01:27 +0000
        Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-06-28 17:28 -0700
          Re: iBM System/3 FORTRAN for engineering/science work? John Levine <johnl@taugh.com> - 2021-06-29 22:47 +0000
        Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-06-29 12:55 -0700
      Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-06-28 17:28 -0700
        Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-06-29 13:04 -0700
          Re: iBM System/3 FORTRAN for engineering/science work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-06-29 21:33 +0000
            Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-06-30 11:44 -0700
            Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-01 11:40 -0700
          Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-06-30 11:44 -0700
            Re: iBM System/3 FORTRAN for engineering/science work? Rich Alderson <news@alderson.users.panix.com> - 2021-06-30 15:56 -0400
              Re: iBM System/3 FORTRAN for engineering/science work? Bob Eager <news0009@eager.cx> - 2021-06-30 22:15 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Thomas Koenig <tkoenig@netcologne.de> - 2021-07-01 05:12 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Bob Eager <news0009@eager.cx> - 2021-07-01 06:28 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-07-01 13:28 +0100
                Re: iBM System/3 FORTRAN for engineering/science work? John Levine <johnl@taugh.com> - 2021-07-03 01:19 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-07-03 10:14 +0100
                Re: iBM System/3 FORTRAN for engineering/science work? Niklas Karlsson <nikke.karlsson@gmail.com> - 2021-07-03 10:43 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? sidd@situ.com - 2021-11-02 07:18 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Bob Eager <news0009@eager.cx> - 2021-11-02 09:26 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-11-02 05:07 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? cross@spitfire.i.gajendra.net (Dan Cross) - 2021-11-02 15:28 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? sidd@hugin.membrane.com - 2021-11-16 01:50 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-07-01 11:25 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-01 11:34 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-07-01 15:56 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-07-01 20:57 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-07-02 23:28 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-07-02 18:26 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Anne & Lynn Wheeler <lynn@garlic.com> - 2021-07-05 13:39 -1000
                Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-07-03 18:40 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-07-08 14:51 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-07-08 15:06 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-07-08 17:19 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-07-10 07:32 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-07-10 07:41 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Dan Espen <dan1espen@gmail.com> - 2021-07-10 13:30 -0400
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-07-10 13:29 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Dan Espen <dan1espen@gmail.com> - 2021-07-10 17:13 -0400
                Re: iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-07-10 22:32 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-07-11 12:46 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Anne & Lynn Wheeler <lynn@garlic.com> - 2021-07-11 13:58 -1000
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-13 15:03 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Anne & Lynn Wheeler <lynn@garlic.com> - 2021-07-13 18:19 -1000
                Re: iBM System/3 FORTRAN for engineering/science work? Anne & Lynn Wheeler <lynn@garlic.com> - 2021-07-13 18:50 -1000
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-16 11:33 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-07-16 22:40 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-07-16 23:13 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-07-17 19:12 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-07-17 21:33 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-07-18 15:20 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-20 12:05 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Thomas Koenig <tkoenig@netcologne.de> - 2021-07-21 05:29 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-07-21 17:14 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-23 12:19 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-07-24 21:35 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-26 13:13 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? gah4 <gah4@u.washington.edu> - 2021-07-27 22:13 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-07-21 11:08 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-23 12:16 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-07-24 21:35 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-26 13:09 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-07-20 22:49 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-23 12:01 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-13 14:55 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Thomas Koenig <tkoenig@netcologne.de> - 2021-07-14 10:03 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-13 15:11 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-07-13 21:42 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-07-14 00:39 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-20 12:07 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? gah4 <gah4@u.washington.edu> - 2021-07-27 22:07 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-07-29 21:19 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-07-29 21:20 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-07-30 07:57 -0700
                Re: why PL/I makes us sad, iBM System/3 FORTRAN for engineering/science work? John Levine <johnl@taugh.com> - 2021-07-11 02:23 +0000
                Re: why PL/I makes us sad, iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-07-10 21:23 -0700
                Re: why PL/I makes us sad, iBM System/3 FORTRAN for engineering/science work? John Levine <johnl@taugh.com> - 2021-07-11 18:46 +0000
                Re: why PL/I makes us sad, iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-07-11 12:46 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Bob Eager <news0009@eager.cx> - 2021-07-01 20:22 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Rich Alderson <news@alderson.users.panix.com> - 2021-07-01 19:00 -0400
                Re: iBM System/3 FORTRAN for engineering/science work? Grant Taylor <gtaylor@tnetconsulting.net> - 2021-11-02 08:54 -0600
                Re: iBM System/3 FORTRAN for engineering/science work? antispam@math.uni.wroc.pl - 2021-10-05 22:56 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Branimir Maksimovic <branimir.maksimovic@icloud.com> - 2021-10-05 23:13 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-10-06 03:55 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Branimir Maksimovic <branimir.maksimovic@icloud.com> - 2021-10-06 12:32 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-10-06 14:11 +0100
                Re: iBM System/3 FORTRAN for engineering/science work? Branimir Maksimovic <branimir.maksimovic@icloud.com> - 2021-10-06 13:34 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-10-06 04:00 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-10-06 04:07 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-10-06 04:11 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Bob Eager <news0009@eager.cx> - 2021-10-06 12:50 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Bob Eager <news0009@eager.cx> - 2021-10-06 12:49 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-10-06 17:40 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Bob Eager <news0009@eager.cx> - 2021-10-07 06:18 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Bob Eager <news0009@eager.cx> - 2021-10-06 13:22 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-10-06 04:18 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-10-06 04:21 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Bob Eager <news0009@eager.cx> - 2021-10-06 12:45 +0000
              Re: iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-06-30 18:23 -0700
            Re: iBM System/3 FORTRAN for engineering/science work? Robin Vowels <robin.vowels@gmail.com> - 2021-06-30 18:10 -0700
            Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-01 11:36 -0700
              Re: iBM System/3 FORTRAN for engineering/science work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-07-02 23:28 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? gareth evans <headstone255@yahoo.com> - 2021-07-03 10:32 +0100
                Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-07-03 18:40 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? gareth evans <headstone255@yahoo.com> - 2021-07-04 09:13 +0100
                Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-07-07 12:46 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? gareth evans <headstone255@yahoo.com> - 2021-07-07 21:19 +0100
                Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-07-08 15:01 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? J. Clarke <jclarke.873638@gmail.com> - 2021-07-07 17:06 -0400
                Re: iBM System/3 FORTRAN for engineering/science work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-07-08 05:15 +0000
                Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-07-08 15:01 -0700
                Re: iBM System/3 FORTRAN for engineering/science work? Dan Espen <dan1espen@gmail.com> - 2021-07-08 19:39 -0400
        Re: iBM System/3 FORTRAN for engineering/science work? Louis Krupp <lkrupp@invalid.pssw.com.invalid> - 2021-06-30 17:58 -0600
  Re: iBM System/3 FORTRAN for engineering/science work? Rich Alderson <news@alderson.users.panix.com> - 2021-06-18 14:31 -0400
    Re: iBM System/3 FORTRAN for engineering/science work? Dan Espen <dan1espen@gmail.com> - 2021-06-18 16:00 -0400
      Re: iBM System/3 FORTRAN for engineering/science work? undefined Hancock-4 <hancock4@bbs.cpcn.com> - 2021-06-26 12:47 -0700
        Re: iBM System/3 FORTRAN for engineering/science work? Dan Espen <dan1espen@gmail.com> - 2021-06-26 16:40 -0400
          Re: iBM System/3 FORTRAN for engineering/science work? Grant Taylor <gtaylor@tnetconsulting.net> - 2021-06-26 15:20 -0600
            Re: iBM System/3 FORTRAN for engineering/science work? "Kerr-Mudd, John" <admin@127.0.0.1> - 2021-06-27 11:28 +0100
              Re: iBM System/3 FORTRAN for engineering/science work? Anne & Lynn Wheeler <lynn@garlic.com> - 2021-06-27 13:40 -1000
              Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-06-28 17:28 -0700
            Re: iBM System/3 FORTRAN for engineering/science work? drb@ihatespam.msu.edu (Dennis Boone) - 2021-06-27 16:00 -0500
        Re: iBM System/3 FORTRAN for engineering/science work? Peter Flass <peter_flass@yahoo.com> - 2021-06-28 17:28 -0700
  Re: iBM System/3 FORTRAN for engineering/science work? Quadibloc <jsavard@ecn.ab.ca> - 2021-11-17 09:47 -0800
    Re: iBM System/3 FORTRAN for engineering/science work? scott@slp53.sl.home (Scott Lurndal) - 2021-11-17 18:06 +0000
      Re: iBM System/3 FORTRAN for engineering/science work? Thomas Koenig <tkoenig@netcologne.de> - 2021-11-17 22:28 +0000
        Re: iBM System/3 FORTRAN for engineering/science work? scott@slp53.sl.home (Scott Lurndal) - 2021-11-18 01:00 +0000
          Re: iBM System/3 FORTRAN for engineering/science work? John Levine <johnl@taugh.com> - 2021-11-18 01:51 +0000
          Re: iBM System/3 FORTRAN for engineering/science work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-11-18 06:06 +0000
    Re: iBM System/3 FORTRAN for engineering/science work? Dan Espen <dan1espen@gmail.com> - 2021-11-17 13:06 -0500

csiph-web