i have to allocate a huge dataset. About 584130 tracks.
In the pool, there are 18 disk. 16 M9 and 2 M27 (VOL17, VOL18).
When i allocate the dataset, i would licke to use thirst the two disk m27, and after, if there is no place on these volume, the dataset should use the other disk M9.
Could i use this in the JCL :
//FICO DD DSN=BIG.DATASET,DISP=(,CATLG,DELETE)
// SPACE=(CYL,(1000,1000),RLSE),VOL=SER=(VOL17,VOL18,other volume...)
// SPACE=(CYL,(1000,1000),RLSE),VOL=SER=(VOL17,VOL18,other volume...)
Thank's for your hlep.