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 : dwhodgins (at) *nospam* nomail.afraid.org (David W. Hodgins)
Groupes : comp.os.linux.misc
Date : 03. Apr 2025, 15:53:18
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <op.24fnm4aea3w0dxdave@hodgins.homeip.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Opera Mail/12.16 (Linux)
On Thu, 03 Apr 2025 03:28:07 -0400, rbowman <bowman@montana.com> wrote:

On Thu, 03 Apr 2025 02:00:30 -0400, David W. Hodgins wrote:
>
The data is in EBCDIC, not ASCII. Sequential files can be fixed or
variable length. For fixed, the length of each record is specified in
the file declaration, while for variable, the length is in the first
bytes of each record. There is no character or combination of characters
used to represent the end of a record.
>
I don't see any of that to be a problem. Until quite recently a mid-
western US state's criminal justice system used EBCDIC and the IBM
protocol where the record lengths are specified in a known size hearer.
When I wrote the interface it converted from ASCII to EBCDIC and vice
versa on the fly. Lookup tables were necessary. I would hope all the data
uses the same code page.
>
All this is business as usual when dealing with data. Again hopefully they
have maintained uniformity over the decades and it is not the situation of
the Obamacare roll-out that had to deal with many companies and agencies
that march to their own drummer.
The conversion is easy once you have the data and fully understand the relationship
between the various files and databases.
Converting the use forward and reverse chile pointers in an IMS hierarchical database
to the equivalent in DB2 databases can be done, provided the person doing the
conversion understands the purpose and use of the pointers.
Some of the PL/1 programs I worked on used 15 dimensional tables (the max allowed
in PL/1).
Learning the data structures used, both in databases and within programs takes time.
There are Panvalet (and other) file storage systems in addition to the databases and
"regular files".
There are a lot of parts developed over decades that all have to keep working in
conjunction with each other.
Regards, Dave Hodgins

Date Sujet#  Auteur
29 Mar 25 * Rewriting SSA. Is This A Chance For GNU/Linux?116Farley Flud
30 Mar 25 `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?115c186282
30 Mar 25  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?114rbowman
31 Mar 25   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?113pothead
31 Mar 25    +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?35c186282
1 Apr 25    i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?31-hh
1 Apr 25    ii`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?30Robert Heller
1 Apr 25    ii +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?26-hh
1 Apr 25    ii i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2rbowman
2 Apr 25    ii ii`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
2 Apr 25    ii i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?23c186282
2 Apr 25    ii i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2The Natural Philosopher
2 Apr 25    ii i i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1-hh
2 Apr 25    ii i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?20Carlos E.R.
2 Apr 25    ii i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?19rbowman
3 Apr 25    ii i   +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?7David W. Hodgins
3 Apr 25    ii i   i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2rbowman
3 Apr 25    ii i   ii`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1David W. Hodgins
3 Apr 25    ii i   i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4c186282
3 Apr 25    ii i   i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3David W. Hodgins
3 Apr 25    ii i   i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
3 Apr 25    ii i   i   `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1David W. Hodgins
3 Apr 25    ii i   +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
3 Apr 25    ii i   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?10Carlos E.R.
3 Apr 25    ii i    `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?9rbowman
3 Apr 25    ii i     `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?8c186282
4 Apr 25    ii i      +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3rbowman
4 Apr 25    ii i      i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
4 Apr 25    ii i      i `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
6 Apr 25    ii i      `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4Stéphane CARPENTIER
6 Apr 25    ii i       +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Richard Kettlewell
6 Apr 25    ii i       i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1Stéphane CARPENTIER
6 Apr 25    ii i       `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
1 Apr 25    ii `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3rbowman
1 Apr 25    ii  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Robert Heller
2 Apr 25    ii   `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
1 Apr 25    i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3c186282
1 Apr 25    i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2John Ames
2 Apr 25    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?76The Natural Philosopher
31 Mar 25     `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?75Richard Kettlewell
3 Apr 25      `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?74pothead
3 Apr 25       +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
3 Apr 25       `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?72c186282
3 Apr 25        +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
3 Apr 25        `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?70rbowman
3 Apr 25         `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?69c186282
4 Apr 25          `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?68rbowman
4 Apr 25           +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
4 Apr 25           i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
4 Apr 25           `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?65The Natural Philosopher
4 Apr 25            `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?64c186282
4 Apr 25             +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?11rbowman
5 Apr 25             i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?10c186282
5 Apr 25             i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?7The Natural Philosopher
5 Apr 25             i i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?6rbowman
5 Apr 25             i i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2The Natural Philosopher
5 Apr 25             i i i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1pothead
5 Apr 25             i i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Carlos E.R.
5 Apr 25             i i i`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
6 Apr 25             i i `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
5 Apr 25             i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2rbowman
5 Apr 25             i  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1Chris Ahlstrom
4 Apr 25             `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?52Farley Flud
5 Apr 25              `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?51c186282
5 Apr 25               +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?15Farley Flud
6 Apr 25               i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?14Stéphane CARPENTIER
6 Apr 25               i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?12Farley Flud
6 Apr 25               i i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?11Stéphane CARPENTIER
6 Apr 25               i i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?10Richard Kettlewell
6 Apr 25               i i  +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?5Stéphane CARPENTIER
6 Apr 25               i i  i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4Richard Kettlewell
7 Apr 25               i i  i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3c186282
7 Apr 25               i i  i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Rich
7 Apr 25               i i  i   `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
7 Apr 25               i i  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4c186282
7 Apr 25               i i   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3The Natural Philosopher
7 Apr 25               i i    `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
7 Apr 25               i i     `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
6 Apr 25               i `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1rbowman
5 Apr 25               +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?34The Natural Philosopher
5 Apr 25               i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?33c186282
5 Apr 25               i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?24The Natural Philosopher
5 Apr 25               i i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4Richard Kettlewell
6 Apr 25               i ii`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3The Natural Philosopher
6 Apr 25               i ii `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2Richard Kettlewell
6 Apr 25               i ii  `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
6 Apr 25               i i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3The Natural Philosopher
6 Apr 25               i ii`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2c186282
6 Apr 25               i ii `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1The Natural Philosopher
7 Apr 25               i i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?16-hh
7 Apr 25               i i +* Re: Rewriting SSA. Is This A Chance For GNU/Linux?14c186282
8 Apr 25               i i i+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?11Farley Flud
8 Apr 25               i i ii+* Re: Rewriting SSA. Is This A Chance For GNU/Linux?9The Natural Philosopher
8 Apr 25               i i iii`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?8c186282
8 Apr 25               i i iii `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?7-hh
9 Apr 25               i i iii  +- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
9 Apr 25               i i iii  `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?5c186282
9 Apr 25               i i iii   `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?4-hh
9 Apr 25               i i iii    `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?3c186282
8 Apr 25               i i ii`- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1c186282
8 Apr 25               i i i`* Re: Rewriting SSA. Is This A Chance For GNU/Linux?2-hh
8 Apr 25               i i `- Re: Rewriting SSA. Is This A Chance For GNU/Linux?1Chris Ahlstrom
5 Apr 25               i `* Re: Rewriting SSA. Is This A Chance For GNU/Linux?8Farley Flud
6 Apr 25               `- 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