MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

question for Unit ?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
ANDY
Beginner


Joined: 07 Feb 2004
Posts: 127
Topics: 67

PostPosted: Tue Jul 13, 2004 2:56 am    Post subject: question for Unit ? Reply with quote

What's difference UNIT=SYSDA AND UNIT=(SYSDA,3) ?

I think it is for enlarge dataset space. but as I know the parameter SPACE
is for allocate space. Why need this one for space?

Thanks

Andy
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Tue Jul 13, 2004 5:32 am    Post subject: Reply with quote

Andy,

DD statement DDX requests 3
Unit=sysda will request just 1 device. where as unit=(sysda,3) requests that the system assign three direct access devices to the data set.

If you specify unit=(,3), it requests that the system assign three devices to the data set. The system obtains the device type from the catalog.

Btw this is clearly covered in the JCL reference manual which can be accessed via quick manual links

And here is that link

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B631/12.62.6?SHELF=&DT=20030423085347&CASE=


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
slade
Intermediate


Joined: 07 Feb 2003
Posts: 266
Topics: 1
Location: Edison, NJ USA

PostPosted: Wed Jul 14, 2004 12:17 pm    Post subject: Reply with quote

Something to keep in mind when opting for multivol allocations:

The 2ndary space specified can potentially yield 3X the space if you use the same alloc as you used for a single volume.

It has its advantages and disadvantages, for example:

You can reduce the sec alloc thereby increasing you chances of getting the space in smaller increments.

If you don't reduce it, a runaway job will ececute longer before it abends w/an x37.

Regards, Jack.

This was pointed out to me by Kolusu a while back.
Back to top
View user's profile Send private message
ANDY
Beginner


Joined: 07 Feb 2004
Posts: 127
Topics: 67

PostPosted: Wed Jul 14, 2004 11:35 pm    Post subject: Reply with quote

Thanks

Andy
_________________
cheers,
Andy
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group