Altering tables to support change data capture
If you did not choose to use a table for change data capture when you created it, you can alter the table so that you can use it for change capture.
Before you begin
Restrictions
- You cannot alter a table for change data capture if the table contains record arrays.
- A primary key must be defined.
- The VSAM data set must reference a KSDS base cluster.
- Your VSAM table should be defined using a DS data set and should not be defined using either a CICS VSAM mapping or a DD data set.