excellent
but it answer should be in breif
1-first step copy the script of create database tablescpace and bufferpool
and run this script as
db2 - tvf step1.sql
2-In second step cut all foreign keys statement from db2look.sql and make
seperate script for that foreign keys
and run this script which contains create table, indexes primary keys
alter statement
db2 - tvf step2.sql
til then database is created and table structure
3-copy the back up file of ISMWL database to system B
and run
db2move ismwl load -u ism -p ism
all the data will copy to database in SYSTEM B
now data is copied to database objects
4- run the script of foreign keys
db2 -tvf step4.sql