View previous topic :: View next topic |
Author |
Message |
enge Beginner
Joined: 12 Oct 2004 Posts: 78 Topics: 39
|
Posted: Tue Jan 11, 2005 11:13 am Post subject: kb in a cyl |
|
|
goodmorning,
how many kb are there in a cyl ? and in a trk? |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Tue Jan 11, 2005 12:21 pm Post subject: |
|
|
It depends on device type and blksize used. The DASD devices have some amount of overhead in leaving logical "gaps" between blocks of data. Larger blocksizes mean higher utilization. Half-track blksize is recommended. Also for PDS the actual member sizes affect the KB per trk (again because the data blocks may be smallish). VSAM utilization depends on record sizes, freespace, splits, etc.
The 3390 Reference Summary (GX26-4577) will show utilization at various blocksizes. Look for this manual.
Sample:
3390 (half-trk) = 27998 bytes if your block fully uses the space.
Double this for full track. Multiply by 15 for cyl.
Regards,
Bill |
|
Back to top |
|
 |
enge Beginner
Joined: 12 Oct 2004 Posts: 78 Topics: 39
|
Posted: Wed Jan 12, 2005 9:39 am Post subject: |
|
|
thanks very very much |
|
Back to top |
|
 |
|
|