VSAM to DL/1
The same interface has been used to perform identical functions calling DL/1.
Database definitions are generated automatically. So are PSBs: a program scanner recognizes all database accesses in an application program and forms an appropriate PSB.
PSB chains are stored in a central NORENT subroutine from where addresses can be restored by access modules later.
ISAM to DB2
Conversion tools transforms these parts into subroutine calls using a well defined standard access interface. Each VSAM File is represented by a DB2 Table.
DB2 to VSAM
Thanks to CIS/SNI, which is capable of laying structures over a primitive ISAM making table access possible. All application programs run with excellent performance.
back <>