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 

Extend allocation..

 
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
jetson
Beginner


Joined: 07 Oct 2005
Posts: 30
Topics: 2
Location: Texas

PostPosted: Tue Oct 11, 2005 1:38 pm    Post subject: Extend allocation.. Reply with quote

I have a dataset currently storing 17k tracks, 100% utilized. What is the best way to add more data to the file?

Our system removes ALL unused tracks/cylinders every evening, so I can't allocate more than I need and expect it to be there the next day.

Somehow, I'll have to temporarily store the data, delete the production file, and then rebuild it with the additional data - I think!

BTW - this is a SAS job, and the dataset is a SAS library.

Kenny
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 Oct 11, 2005 1:59 pm    Post subject: Reply with quote

Quote:

BTW - this is a SAS job, and the dataset is a SAS library.


Is it a PDS?

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


Joined: 07 Oct 2005
Posts: 30
Topics: 2
Location: Texas

PostPosted: Tue Oct 11, 2005 3:28 pm    Post subject: Reply with quote

No, but it's capable of storing multiple SAS objects, hence the library reference. Here's a typical allocation:

//OUT1 DD DSN=HIGHLVL.SASFILE.MYLIB,
// DISP=(,CATLG,DELETE),
// DCB=(LRECL=27648,RECFM=FS,DSORG=PS),
// UNIT=TSODA,SPACE=(TRK,(1900,190),RLSE)
Back to top
View user's profile Send private message
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Tue Oct 11, 2005 4:34 pm    Post subject: Re: Extend allocation.. Reply with quote

jetson wrote:
Our system removes ALL unused tracks/cylinders every evening, so I can't allocate more than I need and expect it to be there the next day.


It simply must be possible to make an exception for a file like this.

Have you spoken to your Storage guys?
_________________
The day you stop learning the dinosaur becomes extinct
Back to top
View user's profile Send private message
jetson
Beginner


Joined: 07 Oct 2005
Posts: 30
Topics: 2
Location: Texas

PostPosted: Tue Oct 11, 2005 10:16 pm    Post subject: Reply with quote

Well, not really. I think the problem lies with the fact that I'm using public packs instead of private, which have a higher cost. You make a good poin though. I'll call one of my storage buddies and see if he can comment.

Yeah, I should have stated that private packs are not tampered with as far as removing unused space - makes sense actually.

Maybe this is the direction I need to go.

Kenny
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