I finally got the db2look program to produce what I needed. Had to do it from the command line, the gui would not give me everything. But now I am having problems running the ddl on the new machine.
What I am trying to do is:
db2 etest.sql
This errors out saying something about expected more after 'etest.sql' Now the ddl was created on an NT machine running version 6.x of DB2 and I am trying to run the ddl on a Linux machine running DB2 7.2. Is there a problem between the two versions? I did look at the etest.sql file and all that they are is CLP commands. I could eidt the file and put db2 in front every line but that seems like alot of work for somethng that DB2 should already be able to handle.
You have been a great help, thanks!