Re: Rewriting SSA. Is This A Chance For GNU/Linux?

Liste des GroupesRevenir à col misc 
Sujet : Re: Rewriting SSA. Is This A Chance For GNU/Linux?
De : c186282 (at) *nospam* nnada.net (c186282)
Groupes : comp.os.linux.misc
Date : 03. Apr 2025, 17:20:31
Autres entêtes
Message-ID : <rbidnR1kQNbQKHP6nZ2dnZfqn_GdnZ2d@giganews.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0
On 4/3/25 11:12 AM, David W. Hodgins wrote:
On Thu, 03 Apr 2025 06:11:37 -0400, c186282 <c186282@nnada.net> wrote:
<snip>
   You're seeing the True Picture - It's *not* "easy" to
   re-write at all.
>
   And if you get it wrong there's all hell to pay.
>
   Which is why bcrats are hyper-conservative in these
   regards. They have good jobs/pensions to protect.
>
   IMHO, any re-write will HAVE to involve a 'parallel system'
   for awhile ... give it the same data, the same tasks, and
   eval if it's always doing the same thing as the old stuff.
   THEN, in a few years, quietly switch.
 The problem is people come in who do not understand how many parts there are or
are willing to spend the time to learn. They look at one small part such as the code
for the main module, and think it's easy to convert.
 They rush the conversion, and only after they start using the new versions, learn that
they missed or misunderstood many of the edge cases.
 They then get wrong results, but insist their results are correct!
 There are many languages used, not just COBOL Some of the ones I worked with include
Fortran, PL/1, RPG III, Mark IV, ADF, ASM (360/370),
 Even simple looking things like MFS code for screen definitions has quirks that are not
going to be obvious to anyone who has not encountered them.
 For example, in a 3270 style terminal where an input field is restricted to numeric, uppercase
letters are still allowed.
 It's done that way to allow for signed numeric fields. In EBCDIC, the zoned decimal value for
minus one and the capital letter D both use the same hexadecimal value. Plus one is "C".
 With edge cases, the problem is that the person doing the conversion doesn't understand that
they exist, so they don't include them in test data, and don't encounter them during any parallel
testing. Later, the system fails to handle the edge cases.
 Regards, Dave Hodgins
   Aww ... just give 'em a copy of "COBOL For Total Idiots"
   and it'll all be just fine  :-)
   Anyway, I do see where all those jagged little edges
   can totally confound anybody attempting conversions
   from the original sources.
   A sort of work-around is a functional understanding of
   the original - hardly ever look at the source - and then
   reproduce the function in a 'newer and better' lang/system.
   In short, GM didn't have to reproduce a Model-T, just
   have an idea of what cars were expected to do, what
   some of the parts should look kind-of look like. Then
   their own people could build a relative work-alike.
   Dealing with decades of the old RECORDS ... there's
   a pain regardless.

Date Sujet#  Auteur
29 Mar 25 * Rewriting SSA. Is This A Chance For GNU/Linux?100Farley Flud
30 Mar 25 `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?99c186282
30 Mar 25  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?98rbowman
31 Mar 25   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?97pothead
31 Mar 25    +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?35c186282
1 Apr15:16    i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?31-hh
1 Apr15:40    ii`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?30Robert Heller
1 Apr16:08    ii +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?26-hh
1 Apr19:08    ii i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2rbowman
2 Apr03:20    ii ii`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
2 Apr04:32    ii i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?23c186282
2 Apr11:40    ii i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2The Natural Philosopher
2 Apr21:04    ii i i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1-hh
2 Apr21:46    ii i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?20Carlos E.R.
2 Apr23:36    ii i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?19rbowman
3 Apr07:00    ii i   +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?7David W. Hodgins
3 Apr08:28    ii i   i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2rbowman
3 Apr15:53    ii i   ii`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1David W. Hodgins
3 Apr11:11    ii i   i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4c186282
3 Apr16:12    ii i   i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3David W. Hodgins
3 Apr17:20    ii i   i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
3 Apr18:05    ii i   i   `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1David W. Hodgins
3 Apr10:53    ii i   +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
3 Apr12:44    ii i   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?10Carlos E.R.
3 Apr19:26    ii i    `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?9rbowman
3 Apr22:12    ii i     `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?8c186282
4 Apr01:03    ii i      +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3rbowman
4 Apr03:50    ii i      i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
4 Apr07:00    ii i      i `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
6 Apr09:52    ii i      `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4Stéphane CARPENTIER
6 Apr10:14    ii i       +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Richard Kettlewell
6 Apr12:13    ii i       i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1Stéphane CARPENTIER
6 Apr17:58    ii i       `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
1 Apr18:35    ii `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3rbowman
1 Apr20:30    ii  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Robert Heller
2 Apr03:14    ii   `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
1 Apr20:09    i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3c186282
1 Apr20:16    i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2John Ames
2 Apr03:07    i  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
31 Mar 25    +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
31 Mar 25    `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?60The Natural Philosopher
31 Mar 25     `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?59Richard Kettlewell
3 Apr03:38      `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?58pothead
3 Apr10:59       +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
3 Apr11:52       `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?56c186282
3 Apr12:10        +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
3 Apr19:12        `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?54rbowman
3 Apr21:38         `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?53c186282
4 Apr01:16          `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?52rbowman
4 Apr04:03           +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
4 Apr06:54           i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
4 Apr09:38           `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?49The Natural Philosopher
4 Apr13:30            `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?48c186282
4 Apr19:53             +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?11rbowman
5 Apr09:31             i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?10c186282
5 Apr11:41             i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?7The Natural Philosopher
5 Apr20:20             i i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?6rbowman
5 Apr20:23             i i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2The Natural Philosopher
5 Apr23:58             i i i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1pothead
5 Apr21:10             i i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Carlos E.R.
5 Apr21:27             i i i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
6 Apr01:14             i i `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
5 Apr20:11             i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2rbowman
5 Apr21:24             i  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1Chris Ahlstrom
4 Apr20:15             `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?36Farley Flud
5 Apr09:50              `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?35c186282
5 Apr11:21               +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?15Farley Flud
6 Apr09:59               i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?14Stéphane CARPENTIER
6 Apr12:27               i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?12Farley Flud
6 Apr13:17               i i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?11Stéphane CARPENTIER
6 Apr18:38               i i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?10Richard Kettlewell
6 Apr21:23               i i  +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?5Stéphane CARPENTIER
6 Apr23:14               i i  i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4Richard Kettlewell
7 Apr02:42               i i  i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3c186282
7 Apr04:33               i i  i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Rich
7 Apr06:04               i i  i   `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
7 Apr03:49               i i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4c186282
7 Apr11:56               i i   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3The Natural Philosopher
7 Apr12:08               i i    `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
7 Apr12:20               i i     `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
6 Apr17:51               i `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
5 Apr12:13               +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?18The Natural Philosopher
5 Apr20:22               i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?17c186282
5 Apr20:40               i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?8The Natural Philosopher
5 Apr22:57               i i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4Richard Kettlewell
6 Apr01:57               i ii`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3The Natural Philosopher
6 Apr10:05               i ii `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Richard Kettlewell
6 Apr13:02               i ii  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
6 Apr02:07               i i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3The Natural Philosopher
6 Apr05:26               i i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
6 Apr12:55               i i  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
5 Apr21:00               i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?8Farley Flud
5 Apr23:34               i  +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4c186282
6 Apr02:13               i  i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3The Natural Philosopher
6 Apr05:48               i  i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
6 Apr12:58               i  i  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
5 Apr23:35               i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3c186282
6 Apr10:01               i   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Stéphane CARPENTIER
6 Apr16:48               i    `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1Farley Flud
6 Apr09:58               `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1Stéphane CARPENTIER

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal