Hi

There are no error messages as we have not defined the new dataset yet. I 
was just wondring why a second volume was not used as I think it should.

The dataclass is pretty basic:

Every thing blank except for:

Data Set Name Type  . . . . . : EXTENDED  
  If Extended . . . . . . . . : PREFERRED 
  Extended Addressability . . : YES       
  Record Access Bias  . . . . : USER      
Space Constraint Relief . . . : NO        

Reuse  . . . . . . . . . . . : NO       
Initial Load . . . . . . . . : RECOVERY 
BWO  . . . . . . . . . . . . :          
Log  . . . . . . . . . . . . :          
Logstream Id . . . . . . . . :          
FRlog  . . . . . . . . . . . :          
RLS CF Cache Value . . . . . : ALL      
RLS Above the 2-GB Bar . . . : NO       
Extent Constraint Removal  . : NO       

But if VSAM tries to use primary space and there are no empty volumes in the 
storagegroup I guess thats explains why there is no extends. Primary space 
was defines as 12000 cyls........

Mvh
Frank

On Mon, 20 Apr 2009 20:06:27 +0800, Ambat Ravi Nair 
<rav...@singnet.com.sg> wrote:

>without seeing the various error messages that may have been issued with
>this file, it's kinda hard to guess ...
>
>
>what parameters are defined in the Data Class ?
>
>
>by default, VSAM uses Primary space value for allocation onto a new disk
>volume.
>
>
>read the manual "DFSMS Using Data Sets" - this is a wonderful book.
>
>
>
>- ravi.
>
>
>
>Frank Allan Rasmussen wrote:
>> Hi
>>
>>
>>
>> We have a VSAM extended dataset that have filled a 3390-9 volume and 
we need to reallocate it.
>>
>>
>>
>> But……
>>
>>
>>
>> I’m not sure I understand how it was allocated the way it is.
>>
>>
>>
>> Currently:
>>
>>
>>
>> The dataset is on one volume and is 149.700 tracks (data), 308 tracks 
(index). Data and index are on same volume.
>>
>>
>>
>> The dataclass has a blank volume count.
>>
>>
>>
>> The IDCAMS input used to allocate with is:
>>
>>
>>
>> DEFINE-
>>
>>       CLUSTER-
>>
>>       (NAME(PROD.AMB.AMBARKIV)-
>>
>>       FREESPACE(0,0)-
>>
>>       VOLUME(* *)   -
>>
>>       CYL(12000 50)-
>>
>>       SUBAL SPEED NWCK-
>>
>>       RECORDSIZE(150,1582)-
>>
>>       TO(2049365)-
>>
>>       SHR(2)-
>>
>>       IXD-
>>
>>       DATACLASS(VSAMEXT) -
>>
>>       KEYS(14,0))-
>>
>>   DATA-
>>
>>       (NAME(PROD.AMB.AMBARKIV.DATA)-
>>
>>       CISZ(8192))-
>>
>>   INDEX-
>>
>>       (NAME(PROD.AMB.AMBARKIV.INDX)-
>>
>>       CISZ(1024))
>>
>>
>>
>> What I do not understand is why the dataset do not allocate a secondary 
extend on a  new volume in the storagegroup – there is free space in the 
storagegroup.
>>
>>
>>
>> The ‘VOLUME(* *)’ parameter should overwrite the volume count 
attribute in the dataclass or….?
>>
>>
>>
>> I would like to avoid a similar allocation and have the new version 
>> allocated 
on at least 2 volumes.
>>
>>
>>
>> Venlig hilsen
>>
>> Frank Allan Rasmussen
>>
>> IT, It-Drift
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
>Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to