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

1 Records = ? Tracks or ? Cylinders


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
David Beckham

New User


Joined: 04 Apr 2008
Posts: 28
Location: Chennai

PostPosted: Fri Jun 20, 2008 11:02 am
Reply with quote

Hi,

I am creating a VSAM dataset with some standard template. In the Define command we are specifying space in terms if RECORDS. Can anyone tell me how to calculate the No of tracks and cylinders from the Records?

Thanks You,
Regards,
David.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Jun 20, 2008 5:06 pm
Reply with quote

From the DFSMS AMS for Catalogs manual:
Quote:
If you select RECORDS, the amount of space allocated is the minimum number of tracks that are required to contain the given number of records. The maximum number of records is 16,777,215. If RECORDS is specified for a linear data set, space is allocated with the number of control intervals equal to the number of records.


At a high level: tracks = #records divided by (#records per CI times #CI per track), assuming ESDS or KSDS and not accounting for KSDS index. The CI size is critical to know how much space is being used.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Sat Jun 21, 2008 4:23 pm
Reply with quote

Mmmmmmmmmm, not sure if this one still holds true, but once upon a time in a galaxy far far away, if you used RECORDS as the allocation parameter then FSPC was ignored in a cluster definition if specified.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Join multiple records using splice DFSORT/ICETOOL 5
Search our Forums:

Back to Top