On Thu, 4 Dec 2014 13:24:43 +0530, Mainframe Mainframe wrote:

>Yes. Both volume are part of same storage group . Also I am allocating HFS
>dataset, so aggrgrow= on parameter doesn't matter here.
>
>Any other clue to define HFS dataset with bigger space more then 4000MB.
>

Messages from your first post:

> IKJ56893I DATA SET OMVS.SYS5.RSU.TEMP NOT ALLOCATED+
>  IGD17281I ALLOCATION FOR DATA SET
>  OMVS.SYS5.RSU.TEMP FAILED,
>  VOLUME (ABL056) WAS EXPLICITLY SPECIFIED FOR A GUARANTEED SPACE REQUEST
> BUT WAS
>  REJECTED
...
>  THE CANDIDATE STORAGE GROUPS WERE:TESTG
...
>  IGD17279I 1 VOLUMES WERE REJECTED BECAUSE OF A DADSM FAILURE (044E0097)

You forgot "DSNTYPE=HFS". With DSNTYPE=blank the dataset is limited to 65535 
tracks. 
The text for diagnostic code 044E0097 is: "Requested space exceeds 65535 tracks 
for a data set type that is limited to 65535 tracks per volume. Striped 
(extended format), PDSE, VSAM, and HFS data sets can exceed 65535 tracks." 

Messages from your second post:

> IKJ56893I DATA SET OMVS.SYS5.RSU.TEMP NOT ALLOCATED+
 IGD17273I ALLOCATION HAS FAILED FOR ALL VOLUMES SELECTED FOR DATA SET
 OMVS.SYS5.RSU.TEMP
...
 THE CANDIDATE STORAGE GROUPS WERE:TESTSG
 IGD17279I 7 VOLUMES WERE REJECTED BECAUSE THEY DID NOT HAVE SUFFICIENT SPACE 
(041A041D)

You used another storage class (without GUARANTEED SPACE) and storage group 
("TESTG" <> "TESTSG"). There's not enough space on the volumes in storage group 
TESTSG (volumes ABL056/7 are in storage group TESTG) 

Norbert Friemel                     

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

Reply via email to