-4710 EXCHANGE DATA STATEMENT SPECIFIED table1 and table2 BUT THE TABLES DO NOT HAVE A DEFINED CLONE RELATIONSHIP
Explanation
An EXCHANGE DATA statement was issued. The EXCHANGE DATA statement is only supported for pairs of tables that have been defined such that one is a base table and the other is a clone of the base table. Table table1 is not defined as a clone table of table table2, and table table2 is not defined as a clone table of table1.
System action
The statement cannot be processed.
Programmer response
Verify that the table names in the EXCHANGE DATA statement are related where one is a base table and the other is defined as a clone of the base table.
SQLSTATE
530A7