To list;
  OK, I need some clarification on this. I have a job that defines a cluster:
//CREATE   EXEC PGM=IDCAMS,REGION=64M,COND=(0,LT)  
//SYSPRINT DD SYSOUT=*                             
//SYSIN    DD *                                    
  DEFINE -                                         
       CLUSTER -                                   
         ( -                                       
             NAME(WAS850.ZFS) -                    
             LINEAR -                              
             CYL(10000 10000) -                    
             DATACLASS(DBAGDC) -                   
             VOLUMES(Z1W850 Z1W851) -              
             SHAREOPTIONS(3) -                     
         )                                         
/*                                                 

In running a download job that populates this cluster, when it goes to allocate 
additional extents, it is doing it in track allocations of 540 trks. I would 
have thought that it would allocate the secondary allocation of  10000 
cylinders. The dataclass I am using specifies extended format and extended 
addressability.
What am I missing?
Bill J.




----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to