| Pro*C
Migration |
|
| Pro*C
conversion involves a thorough analysis and
study of the Pro*C files. In the initial phase
of migration the flow of the Pro*C file has
to be understood then the ways in which the
resultant needs to be implemented has to be
studied. There are many ways of conversion
methodologies adopted by us .The best suited
will be implemented after analysis. Pro*C
migration is handled for both UNIX and Windows
operating systems. The types of conversion
handled are |
|
| Pro*C
in UNIX to Windows |
|
 |
Pro*C
in UNIX to .EXE in Windows |
 |
Pro*C
file to PL/SQL |
 |
Pro*C
file to Reports |
|
| Pro*C
in UNIX to .EXE in Windows: |
|
 |
Pro*C
files are converted to .c file Using Forms
Pre-Compiler |
 |
Necessary
changes are made in the C files. |
 |
C
Files are compiled and the .Exe File is generated |
|
| Pro*C
file to PL / SQL : |
|
 |
Pro*C
files are studied and converted to Pl/Sql
libraries .Pll |
 |
Complex
PL/SQL statements, Cursor statement and database
queries are properly handled |
 |
Pro*C
dependent on environment variables, File Manipulations
will be handled. |
 |
Logical
and Arithmetical operations are properly replaced. |
 |
Reports
are generated in the client machine |
|
| Pro*C
file to Reports : |
|
 |
Pro*C
files are studied and converted to Reports
(.rdf files). |
 |
Database
queries are converted to Data Models. |
 |
Logical
and Arithmetical operations are properly replaced. |
 |
Reports
are generated in the client machine. |
|
| Pro*C
in UNIX to UNIX : |
|
 |
Pro*C
files are studied and necessary changes are
made in the .pc files. |
 |
Pro*C
files will be Properly re-linked to necessary
libraries. |