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

How to increase the performance of the VSAM file


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
maheshurstd

New User


Joined: 16 Feb 2006
Posts: 14

PostPosted: Mon Jun 26, 2006 12:37 pm
Reply with quote

Hi,

I am regularly doing the read, write, update, delete on a VSAM file, after some time the performance becomes down & i want to increase the performance of VSAM file after it has been defined.

would it be possible to increase the performance, If any one has the solution please send it

Thanks in advance

Regards

Mahesh
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Mon Jun 26, 2006 5:15 pm
Reply with quote

There is not one rule to improve performance on a VSAM file: it depends very much on how records are read and how they are written.
For example, here are a few points:
  • If the inserts are done at the end of the file, then FREESPACE is not very useful.
  • If inserts are done all along the file, giving some freespace will help.
  • Use LISTCAT to check if there are CI splits. If yes, it may be necessary to increase the freespace or reorganize the file.
  • Random reads are faster when the CISZ is small. For sequential reads use a large CISZ.
  • Check also the BUFSP parameter. Try combinations like small CISZ/large BUFSP or large CISZ/large BUFSP, and so on, until you get a good performance.
Each case is different, so you will certainly have to try different options and see which one is better for you.
Back to top
View user's profile Send private message
die7nadal

Active User


Joined: 23 Mar 2005
Posts: 156

PostPosted: Tue Jun 27, 2006 6:16 am
Reply with quote

Try Googling out VSAM performance docs also get the doc 'Vsam Dymystified' from IBM redbook. There are lots of good articles.
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top