JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
About Oracle Java CAPS Database Adapters     Java CAPS Documentation
search filter icon
search icon

Document Information

About Database Adapters

About Oracle Java CAPS Adapter for DB2 Connect

About DB2 Connect

About the DB2 Connect Adapter

About Oracle Java CAPS Adapter for DB2 Universal Database

About DB2 Universal Database

About the DB2 Universal Database Adapter

About Oracle Java CAPS Adapter for Informix

About Informix

About the Informix Adapter

About Oracle Java CAPS Adapter for JDBC/ODBC

About Java Database Connectivity (JDBC)

JDBC Drivers

Type I: JDBC-ODBC Bridge

Type One Driver

Type II: Partial Java driver

Type Two Driver

Pure Java driver for database middleware

Type Three Driver

Type Four Driver: Direct-to-database pure Java driver

About the JDBC/ODBC Adapter

About Oracle Java CAPS Adapter for Oracle

About Oracle Databases

About the Oracle Adapter

About Oracle Java CAPS Adapter for SQL Server

About SQL Server

About the SQL Server Adapter

About Oracle Java CAPS Adapter for Sybase

About Sybase

About the Sybase Adapter

About Oracle Java CAPS Adapter for VSAM

About VSAM

About the VSAM Adapter

About Oracle Java CAPS Adapter for VSAM

This topic provides information about Oracle Adapter for VSAM.

About 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:

The VSAM Adapter allows you to utilize and extend all of these features. For more information on VSAM, see IBM’s Web site.

About the VSAM Adapter

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.