IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Formula for calculating the number of tracks and cylinders


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rksenthil2003

New User


Joined: 01 Jun 2007
Posts: 7
Location: Chennai

PostPosted: Mon Jul 02, 2007 6:05 pm
Reply with quote

Hi

I have to allocate space for a file which contains 550 million records, each of LRECL = 130.

Is there any formula for calculating the number of tracks and cylinders required?

Regards
Senthil.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Mon Jul 02, 2007 6:10 pm
Reply with quote

Senthil,

Quote:
allocate space for a file which contains 550 million records, each of LRECL = 130


You really wanted to use DASD for this.
Back to top
View user's profile Send private message
rksenthil2003

New User


Joined: 01 Jun 2007
Posts: 7
Location: Chennai

PostPosted: Mon Jul 02, 2007 6:17 pm
Reply with quote

Murmokh1,

Is there any SPACE calculation procedure in general?
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Mon Jul 02, 2007 6:29 pm
Reply with quote

Senthil,

Quote:
Is there any SPACE calculation procedure in general?


Use SPACE and AVGREC parameters in conjuntion. This actually relives you from manual space calculation.

Hint: Go through AVGREC syntax in QW.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Jul 02, 2007 8:35 pm
Reply with quote

Hello,

Yes, you can calculate the space required with some arithmetic.

If you want an estimate of the space needed, take a look at
http://ibmmainframes.com/viewtopic.php?t=21546
and
http://ibmmainframes.com/viewtopic.php?t=12634
to see if they help.

If there are still questions, please let us know.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Jul 02, 2007 10:37 pm
Reply with quote

Mmmmmmmmmmmmmmmmm, assuming that the file is FB and you use optimum blocking for 3390, you will need in excess of 85,000 cylinders.

As was mentioned before, are you sure that you want to use DASD ???

That's just under 10 3390 model 9's
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Jul 03, 2007 1:02 am
Reply with quote

Hope we don't have to sort it. . . . icon_smile.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts Generate random number from range of ... COBOL Programming 3
No new posts Allocated cylinders of a dataset DB2 12
No new posts Increase the number of columns in the... IBM Tools 3
Search our Forums:

Back to Top