LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 17 Apr 2007 06:50:25 -0700
Reply-To:     sbarry@SBBWORKS.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Scott Barry <sbarry@SBBWORKS.COM>
Organization: http://groups.google.com
Subject:      Re: zOS what is the max space available for a SAS library?
Comments: To: sas-l@uga.edu
In-Reply-To:  <200704170944.l3GKHkf4021825@mailgw.cc.uga.edu>
Content-Type: text/plain; charset="iso-8859-1"

On Apr 17, 5:44 am, gerhard.hellrie...@T-ONLINE.DE (Gerhard Hellriegel) wrote: > Hi all your zOS freaks, > maybe someone has a idea: we have very big SAS libraries with multi-volume > and many extents. The data-volume is growing inside that library. We need > to know, when we are close to a limit, means, how high is the space limit > for a specific library. > PROC CONTENTS returns only the current formatted blocks, which is not the > space, zOS can allocate for that library. Maybe the FCB for the file can > give us that information. Means: I would know the extents, which can be > allocated and their max size. I know, that this is only half of the truth, > because the space might not be available anyway, but better that knowing > nothing. Does anyone know, how to get this? > If it is not possible in SAS, maybe someone knows if that is provided by > DCOLLECT? > Please share your experience! > Thanks for your input! > Gerhard

SAS PROC CONTENTS listing has information about blocks and also blocks- per-track, also total used and total free. You can span z/OS DASD volumes either by allocating UNIT=(SYSDA,nn) where "nn" is number of candidate volumes available, or more dynamically expanding with STOPX37 or DFSMS DATACLAS. Have a look at the z/OS companion for multi-volume allocations and also the CONTENTS procedure details.

Scott Barry SBBWorks, Inc.


Back to: Top of message | Previous page | Main SAS-L page