Deutsch   English   Français   Italiano  
<v3lrbj$48om$7@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.arch
Subject: Re: ALTER, ASSIGN and labels-as-values
Date: Tue, 4 Jun 2024 01:41:07 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <v3lrbj$48om$7@dont-email.me>
References: <v1ns43$2260p$1@dont-email.me> <v33250$89l2$1@dont-email.me>
	<vaka5jpbad271mal8vtj7hb04mhvgsmlc5@4ax.com> <v33l8i$envo$1@dont-email.me>
	<v34t59$1on4$1@gal.iecc.com> <v3528c$mcei$1@dont-email.me>
	<0uo5O.16554$Qgge.15708@fx12.iad> <v354ib$mprj$1@dont-email.me>
	<v3573k$n821$1@dont-email.me> <v357nq$nblg$1@dont-email.me>
	<v39cjq$1jtgk$2@dont-email.me> <v3jttf$3qduu$7@dont-email.me>
	<v3jv4s$3qn65$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 04 Jun 2024 03:41:08 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d7d916175bb629e2353c22c0a9deb72e";
	logging-data="140054"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18X8HwbmPe92t7GqmoAZg9n"
User-Agent: Pan/0.158 (Avdiivka; )
Cancel-Lock: sha1:XIDWzil/QJFXEaUfogMFygZ2Z0s=
Bytes: 2413

On Mon, 3 Jun 2024 10:33:32 +0200, Terje Mathisen wrote:

> Lawrence D'Oliveiro wrote:
>
>> On Thu, 30 May 2024 10:15:54 +0200, Terje Mathisen wrote:
>> 
>>> This was using hand-punched cards, writing FORTRAN 2 code with the
>>> Hollerith text constants so you had to count very carefully:
>>>
>>>      FORMAT 27HTHIS IS A VERY LONG TEXT STRING...
>> 
>> Hey, did you not notice the columns were numbered? So all you had to do
>> to determine the length of the string was subtract column numbers?
>> 
> Hey, did you not read what I wrote about this being hand-punched cards?
> By the time I got to the end of the string it was too late to go back
> and update the 27H count.

Card-punch machines had an option for that too, didn’t they? Certainly the 
IBM 129 that I used could do that: copy the card to a new card, up to but 
not including the incorrect part, then enter the correction, then copy the 
rest of the card.

Remember, punched cards had already been in use for about a century and a 
half by that point, so techniques for dealing with their foibles were 
well-known.