The additional space into which a database data or index area is to be extended can be allocated in one of four ways:
If you specified a secondary allocation parameter when you originally allocated the data set containing the area, you need not supply an z/OS JCL DD statement when running EXTEND (unless a new volume is being added).
As long as all secondary allocations for the data set have not already been used and sufficient space exists on the last volume allocated to the area to contain the secondary allocation, the EXTEND function automatically requests another extent that is the size of the original secondary allocation specification. The function initializes this new space and resets the control record for the area accordingly.
Also, there must be less space available on the last volume currently allocated to the data set containing the area than you specify for the secondary allocation. This forces allocation of the next extent on the new volume.
To use this method:
In this case, the EXTEND function compares information from the IBM Data Extent Block (DEB) to the control record information. EXTEND then formats any new blocks based on the extent information from the DEB. The function updates the control record to reflect the new block count.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|