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

regarding CA and CI in VSAM


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

New User


Joined: 16 Dec 2009
Posts: 6
Location: bbbd

PostPosted: Thu Jun 10, 2010 9:08 pm
Reply with quote

How the performance affected when we will have more number of CI and CA in VSAM file?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Jun 10, 2010 9:20 pm
Reply with quote

IBM Redbook VSAM Demystified
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Thu Jun 10, 2010 10:24 pm
Reply with quote

After reviewing VSAM Demystified, you should understand how an optimized CISZ (which blossoms into a CA) and its relationship with the RECSZ and FSPC, is something that must be taken into serious consideration. Bad VSAM components/definitions can have adverse effects for both CICS and Batch.

Many times, I'll find programmers who just copy an existing VSAM DELETE/DEFINE and then modify the RECSZ, CISZ, FSPC, etc.

This is all well and good, providing that a review of these components will fit well with this new (or existing) DEFINE.

But, if it's just a COPY and little review is done, you could be perpetuating bad DEFINE's and cause an uninvited (and perhaps, continued) ripple effect across the system.

Bill
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: Thu Jun 10, 2010 11:32 pm
Reply with quote

To add to dick and bill's comment, it is not at all clear what you mean. Are you referring to an increase in the CI size? an increase in the number of CI's allocated? an increase in the number of CI's used? something else -- if so, what?

What do you mean by "performance" -- CPU time used, I/O counts, CI splits, CA splits, elapsed time of the job, or something else entirely? Performance impacts can be very different for batch and online applications using VSAM files so that would also be a factor in any answer we could give you. Not to mention whether or not the file is LSR or NSR, the access pattern (sequential, skip sequential, or random), buffer allocation, and so forth. There are many factors that can affect 'performance" so the first step is usually to determine what performance means in a given context.
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 Access to non cataloged VSAM file JCL & VSAM 18
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts CVDA value for RRDS VSAM dataset. CICS 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Open VSAM File in IMS DC Region - DFS... IMS DB/DC 0
Search our Forums:

Back to Top