To capture changes that are made to a native VSAM file, you must create a relational table that maps to that file. You can also create a view on the table to filter record types or to filter rows and columns.
Before you begin
COBOL copybooks are stored in the COBOL Copybooks folder, and PL/I include files are stored in the PL/I Include Files folder.
Restrictions
The VSAM files that you map to must correspond to a cluster for an ESDS, KSDS, or RRDS data set.
The VSAM files that you map to must not be under RLS (record-level sharing) or TVS control.
Procedure
To create a VSAM table and optionally a view for change capture: