"John Mitchelle" <[email protected]> wrote in message
news:<[email protected]>...
> We have IBMUSER.NDSP.** defined as SMS Managed datasets.
> 
> My DBA trying to allocate SMS Managed dataset with space as
> //SYSREC01 DD DSN=IBMUSER.NDSP.DATA,
> //      DISP=(NEW,CATLG,DELETE),
> //      SPACE=(CYL,(2000,1800),RLSE)
> 
> The job is failing with error
> IEC030I
>
B37-04,IFG0554A,IBMUSE1,S02,SYSREC01,9D96,ND0016,E6002130,IBMUSER.NDSP.D
ATA
> 
> But if DBA submit the same job with space parameters as
> 
> //SYSREC01 DD DSN=IBMUSER.NDSP.DATA,
> //      DISP=(NEW,CATLG,DELETE),
> //      SPACE=(CYL,(2000,1800),RLSE),
> //      UNIT=(DISK,40)
> 
> Then the JOB completes with RC 00.
> 
> Please note that the only diff is of UNIT parameter. Can anyone
explain me
> why this happens ?
> 
> John

Yes, the difference is not the "DISK", but the "40". Your ACS routines
appanrently don't provide you with a multivolume dataset.

Kees.
**********************************************************************
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its employees shall not be liable for the incorrect or
incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**********************************************************************

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

Reply via email to