>>>> "Nico" == Nico de Jong
<nico at FARUMDATA.DK> writes:
> True. Then it changes to "are hardware
emulation and software
> binaries available?" The answer will vary depending on what
> system was used -- for example, it would be (for hardware and OS
> that is) YES for Cyber, DEC machines. From what I've seen on this
> list, the answer may not be so positive for the IBM 360 family.
> (Then again, possibly there a lot could be done with current
> hardware. After all, the 360 architecture still exists,
> approximately.)
>
Nico> The question you pose is probably not relevant. My (mainframe)
Nico> background is in commercial routines (invoicing, personel,
Nico> stock, wages, ....) so if I had to rephrase the question, it
Nico> would be something like "Is there (1) a Cobol (PL/I, RPG, ....)
Nico> compiler available which is compatible with the source files I
Nico> have on tape, and (2) does the compiler handle data structures
Nico> (e.g. COMP-3) in the same way as the original compiler". If
Nico> so, I wouldnt give a toss about hardware
Nico> implementations. Binaries alone are probably not enough; you
Nico> would have unmodifyable programs, which would/could raise
Nico> problems like Y2K. Were the source available, you could solve
Nico> the problem, even for old data carriers
True. If sources (in a high level language) of the analysis code are
available, and appropriate compilers, or the time needed to update the
sources as needed, then your options are wide open. If all you have
left is program binaries, life gets ugly. The same goes if the
language used is something no longer in current use, like Jovial or
Algol or Bliss. Then again, if it's scientific crunching stuff, the
most likely language is Fortran, in which case compilers aren't an
issue.
Y2K isn't an issue -- if that breaks things, simply set the system
time to 1999.
paul