DB2 tables exports / import

exports CREATE table / table schema
db2look -d swan -e -t users -o test.ddl

export with data
 db2 export to server.dll  of ixf select * from server
http://pic.dhe.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=%2Fcom.ibm.db2.luw.admin.dm.doc%2Fdoc%2Ft0004554.html&lang%3Dde
Import
db2 import from server.dll  of ixf insert_update into server
http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/core/r0008303.htm
http://www.cse.yorku.ca/~seela/db2/import.html