SQL-Transparency

 

Facilitate migration towards DB2
 

To migrate your data and application to DB2, you must carry out the following operations :

Some problems may occur :

 

SQL-TRANSPARENCY facilitates migration to DB2 by ensuring VSAM passage to Relational without modifying the existing application program.
 

Characteristics of SQL-TRANSPARENCY

 

Running SQL-Transparency in an CICS environment.

For a CICS program, a verification is made at each file request. If the file is included in the transparency table as a file to be processed, the VSAM request is replaced by a SQL call.
 

Running SQL-TRANSPARENCY in a BATCH

During the OPEN of the VSAM file, SQL-TRANSPARENCY checks that it is included in the Transparency table.
If the file is found, a modification is made so that SQL-TRANSPARENCY shifts VSAM access onto the DB2 table, during the next operation (READ, WRITE,...).
If the file is not found, the OPEN is done by VSAM and SQL-TRANSPARENCY is not called.
 

Files supported by SQL-TRANSPARENCY

Three types of VSAM files (KSDS, ESDS et RRDS) are supported by SQL-TRANSPARENCY.