Answer Posted / shailendra
extent means not a continious memory allocation.
its means the number of gap between the memory allocation
is possible when data is going to store.
if the extent is full then just run the jcl
with
space=(cyl or blk,(primary,secondary,directory,3),rlse)
it will increase the no extent by 3*16
previously it was 1*16.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Where do you specify them?
what is the sqlcode -501
What is a dbrm in db2?
What are db2 objects?
What is the syntax for FETCH in DB2 ?
What is isolation level in db2?
What does a deadlock mean in DB2?
What is the role of schema in the db2 database?
How can we read records for specific member in CL? AND rpg?
Outputs of explain are with matchcols = 0. What does this signify?
What is the use of reorg in db2?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
What is node in db2?
How do you pull up a query which was previously saved in qmf?
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 ?