| Hello,
Well, if backing-up was all you had to do, It would be too easy
Wouldn't it ?
I haven't done it, but here are some guidelines (and I'm sure
IBI as plenty of fellows with large experience in this domain) :
o Porting the data :
For FOCUS Database you'll need to run on the VAX a
conversion utility (IMPORT) mainly for (floating
point number conversion, EBCDIC->ASCII etc...)
For other data files : VSAM or so you may have to do
similar work (except no conversion utility)
o Porting Application code
The first thing is to identify the level of release
require to run the application (does it use feature
from FOCUS/VM 6.0 which ones ... etc ...
Then you need to identify portion of the code which
are system dependant (and have been isolated to few
Focexecs if the developper was smart) : Things like
FILEDEF's or -CMS command are going to require changes
to adapt to VAX file directory structure and VMS DCL
syntax...
I'm sure this is incomplete, but people with experience can
probably give you time estimates based on the number of Focexec's.
One criteria might be how isolated the system dependant code is,
e.g. how smart developper were in the first place.
It is certainly more than just doing a backup, however for what
I have heard it generally works out pretty well.
Hope this shed some light on the subject.
|