| There are NO tools for S1032 to RDB. The Center for Migration Services
in the US (world charter though) developed 1022 to RDB tools many years
ago so we have knowledge in 1032 and RDB.
I have written a 1032 to RDB data definition filter but just about
anyone can do that. The 1032 programming language will be your most
difficult part to convert. Interactive SQL and DATATRIEVE are our
closest counterparts but since this programming language is much
like a high level programming language, it doesn't fit the
structure of SQL or DATATRIEVE exactly ...close though.
The Host Language calls 'could' be replaced with SQL fairly easily
depending on how the application is written.
1032 IS NOT a Relational database as 1032 would have you believe. It
is record oriented and datasets are accessed just like indexed files.
In most cases 1032 datasets could be associated with RELATIONS but
if additional work may have to be done if variable names are the
same in many 1032 datasets.
|