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 

CISZ size calculation

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Data Management
View previous topic :: View next topic  
Author Message
Sarangadhar
Beginner


Joined: 14 Oct 2004
Posts: 130
Topics: 43
Location: virtual village

PostPosted: Mon Nov 01, 2004 7:36 am    Post subject: CISZ size calculation Reply with quote

Hi I got CISZ size calculation from some book.
Assume Rec len=1000, CISZ=4096:

Then these 4096 are allocated as below:
1.Reserve 10B for control info. 10
2.Reserve 20% of assigned CISZ for FREESPACE(4096*.20) 819
------------------------
Total 829
------------------------
3.Remaining space in CISZ =4096-829=3267
4.Devide this by RECLEN(1000) to get no. of records for CI 3
5.Remainder 267

So this 267 bytes of space is unusable.

Is this calculation is correct?
And as per this calculation 4th record inserted in another CI as 267B is not enough to hold 1000B reclen. So we need to reorganize VSAM dataset once we for more CIs, right?
_________________
Thanks
Back to top
View user's profile Send private message
modak
Beginner


Joined: 09 Apr 2004
Posts: 14
Topics: 3

PostPosted: Tue Nov 02, 2004 12:39 am    Post subject: Reply with quote

You calculation is correct. you need not worry about reorganization of VSAM. This is taken care by CI/CA split. 267 byte is a waste . Only thing that you can do is organize your CI such that this unused space is less. and most of the books I have reffered indicates that 4096 byte size is good for CI.
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 -> Data Management 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