Hi and sorry,
i searched this forum and found the answer !!! Will search more serious before posting questions to the forum......
Willi
Thanks to you all, it works.
I did:
1. db2 list tablespaces show detail
2. from the above command result I searced the tablespace state = "Load pending"
3. from load pending tablespace state there is "State change object ID " = 4
4. db2 select tabschema, tabname, tableid from syscat.tables where tableid=4
5. I got the result
6. db2 load from ..... terminate into tablename
7. The tablespace has been moved to normal state.