Comparison of a DDL file or migrate-type worklist to a DDL file or migrate-type worklist
Versions of an application’s data structures are often contained in DDL files or migrate-type worklists.
When you generate CDL by using a DDL file or a migrate-type worklist, the CDL shows the changes between the two versions of the data structures.
A DDL file (or a migrate-type worklist) to another DDL file (or a migrate-type worklist) comparison is generally used to maintain versions of your DDL. This comparison scenario assumes that you are comparing an older DDL file to a newer DDL file.
With a DDL file to a DDL file comparison, you can generate CDL for all changes that have occurred to your DDL. Any name changes will be eliminated either before or after the comparison is actually performed (by using an outbound migrate profile) or will cause renamed objects to appear as DROP and CREATE statements in the CDL file.