The Extract Schema tool retrieves information about various z/OS DB2 SQL objects, and then stores this information in an XML file for further processing with HCOSS.
The standard schema extraction method is to first connect to your z/OS DB2 database, and then retrieve the required information directly from the z/OS DB2 catalog.
You can optionally use the offline schema extract solution. With this approach, you first migrate the z/OS DB2 catalog information to SQL Server, and then use the Extract Schema tool connected to SQL Server. This eliminates the need to connect to z/OS DB2 directly. For details on this approach, see Offline Extract Schema Solution.
Object Type | DB2 System Catalog Tables |
---|---|
tables, aliases, synonyms, columns, sequences |
|
indexes |
|
routines, parameters |
|
constraints (relational, check, key) |
|
views |
|
The Extract Schema tool does the following to create the schema extract file: