| There is very little if any conversion necessary. All the language elements
are supported. If PDP-11 specific I/O or error routines (FDBSET, ERRSET,
etc.) are used, some modification may be necessary. Use the /NOI4 switch
to get default two-byte integers.
See http://quark.zko.dec.com/fortran/migrating-fortran.html if the program
uses RAD50 routines and constants. Ask for help on specific issues in
TURRIS::FORTRAN.
Basically - just try it - you may be pleasantly surprised.
Steve
|
| Re: .0
On PDP-11's, FORTRAN IV was used for many things, ranging from
straightforward data processing programs to real time systems. You
didn't say much about the original PDP-11 FORTRAN programs. If they are
simple, then .1 is right on. If they are part of more complex system,
then you may need to reengineer the system (Newer operating systems
work differently than RSX11M and RSTS). This would be more complex than
a simple code translation.
Consider selling them some SI time and having someone look over the
situation.
|