Skip Navigation Links | |
Exit Print View | |
![]() |
About Oracle Java CAPS Database Adapters Java CAPS Documentation |
About Oracle Java CAPS Adapter for DB2 Connect
About Oracle Java CAPS Adapter for DB2 Universal Database
About the DB2 Universal Database Adapter
About Oracle Java CAPS Adapter for Informix
About Oracle Java CAPS Adapter for JDBC/ODBC
About Java Database Connectivity (JDBC)
Pure Java driver for database middleware
Type Four Driver: Direct-to-database pure Java driver
About Oracle Java CAPS Adapter for Oracle
About Oracle Java CAPS Adapter for SQL Server
This topic provides information about Oracle Adapter for VSAM.
Virtual Storage Access Method (VSAM) is one of several access methods that defines the technique by which data is stored and retrieved. It is a GET/PUT interface used to transfer data from a direct-access storage device (DASD) to an application program. VSAM does not support data stored on tape.
VSAM stores data as a collection of data sets. IBM uses a collection of three data-set organizations—sequential, indexed, and direct-access, together with the access methods and utilities used on mainframe operating systems.
VSAM data sets must be cataloged in an integrated catalog facility (ICF) structure. Records are arranged by an index key or by relative-byte addressing. VSAM uses direct or sequential processing of fixed and variable-length records stored on a DASD.
VSAM also provides the following features:
Allows you to organize and access data (record management).
Maintains information about this data, which is stored or referenced in a catalog (catalog management).
Supports Entry-sequenced Data Set (ESDS) and Key-sequenced Data Set (KSDS) files.
The VSAM Adapter allows you to utilize and extend all of these features. For more information on VSAM, see IBM’s Web site.
The VSAM Adapter enables Oracle Java CAPS ESB to exchange data with external IBM VSAM mainframe file systems. This adapter is similar to other database adapters, such as IAM, ADABAS, and IDMS. The adapter uses its own properties settings and Oracle Java CAPS ESB components to enable VSAM data integration.
This adapter enables Oracle Java CAPS ESB to communicate with VSAM files on a mainframe host system via TCP/IP. The adapter utilizes an IBM WebSphere Information Integrator Classic Federation component that allows you to view and access VSAM in the same way as any standard relational database system.