Why and when to perform this task
When the WebSphere Application Server deployment tooling deploys an EJB jar file containing container-managed persistence (CMP) enterprise beans, it selects the target database and creates a corresponding Table.ddl file. This file contains the SQL statement necessary to generate the database table for your CMP beans. You must then run the ddl file on your database server to create the tables.
Following is an example of how to use such a Table.ddl file for DB2, on Windows and z/OS:
Steps for this task