View previous topic :: View next topic |
Author |
Message |
mkusamy Beginner

Joined: 07 Nov 2008 Posts: 9 Topics: 6
|
Posted: Mon Jun 01, 2009 8:43 am Post subject: How to free unused space of the dataset partially? |
|
|
Suppose if 100 tracks are allocated for a dataset and only 30 tracks are utilized, is any way to free up only the 50 tracks from this dataset?
We shall use the F option of 3.4, but that will completely free up all un-used space. We need to maintain few un-used tracks in the dataset to avoid sapce issues as the dataset will be updated priodically. |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Mon Jun 01, 2009 1:30 pm Post subject: |
|
|
Provided you have specified secondary allocation when you created the dataset it will grab more space if it needs it so 'F' it anyway. Otherwise the only way is to copy it to another dataset with the space allocated as you require. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Tue Jun 02, 2009 5:41 am Post subject: |
|
|
Take a look at the RELEASE parameter of DFdss. I can not recall if it allows partial release or not. I know that FDR/COMPAKTOR does. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
|
|