Answer Posted / sabahat khan
any table space will be in copy pending status
After a load is performed on the DB2 table,with log no
parameter
or
if load is performed without taking an image copy
or
if the job abend during load
or
if NOCOPYPEND parameter is not specified in syspunch dataset
in all of the above scenario our table space will be in
COPYPENDIND status.
-START(DBname)TBSPACE(Tablespace)ACCESS(FORCE)
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is difference between alias and synonym in db2?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
What is performance tuning db2?
How do I connect my db2 database to ibm?
What is the connection string to connect to the DB2 Database ?
What is the difference between cursor stability and repeatable read isolation levels?
Define db2 and its databases?
What is schema in db2?
What are catalog tables in db2?
How would you find out the total number of rows in a db2 table?
What is the role of union all and union
what are bind concepts in db2 cobol?
Why do chiropractors use drop table?
What is the max length of sqlca?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.