Adapting MVtools to another Platform - MV Type
-
List all the programs that are specifically for D3.
They all start with 'd3' as the first two characters.
-
Choose a two character code to represent your new
system platform and make sure there are not
already programs named with these characters as the first two
alpha chars of the name.
-
Make copies of the D3 specific programs using your new 2a system
code. Eg If your new system code is 'MS' (my system)
copy D3KEYINP to MSKEYINP.
-
Search for all case statements re-directing flow based on the
variable MVTYPE. And add another case for your new system type.
-
Change the system properties: File 'MVOB' item 'SPEC' attr ONE
to your new 2a code. Test your work.
This whole process usually takes a day or two but the result
will be a whole load of subroutines that will now work for
your system too.