Hi all,
I am using IBM DB2 9.5.
I want to export data of all tables in IXf files. for that purpose i have used the command...
db2move sample export -u userid -p password
but this creates ixf files but that don't have table name as file name.
for eg. for table ASSC it should create ASSC.ixf , but instead of that it creates tab1.ixf
Please help me to resolve this issue.