I have 3 questions :
1. How to get db2 dump database -with command like mysqldump-
2. If I want this dump to contain lookup tables is this possible to do that or I have to export lookup tables manually one by one ?
3. How I can use the output dump file after that ?
thanks in advance
The answers to your questions:
When performing a migration, it is a common practice to use the combination db2look + db2move in order to recreate the database, for example in another platform.
Documentation about the different commands.