View previous topic :: View next topic |
Author |
Message |
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
Posted: Fri Dec 09, 2005 9:52 am Post subject: needed info on buffer pool ,while accessing IMS DATABASE. |
|
|
I have two questions.
there is a DD CARD in jcl as follows
//DFSVSAMP
1024,20
4096,20
8192,8
/*
1)Actually this jcl card is used to access a IMS database ,which consists of vsam clusters.So to access this IMS database they are giving buffer pool values ,For example ,what i understand is 1024,20 ,1024 ->control interval size is the value given while creating the vsam file ,so they are giving that value here, what is the 20 given for? and
why they are giving 3 buffer pool values.Since Control Interval size is only two(for base and index cluster)
2)I came to know that the maximum size of the VSAM cluster is 4GB.
It will be helpful to me ,if you give some info on OSAM Clusters and its maximum file size limit.
Thanks
vjkumk |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
Bithead Advanced
Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Fri Dec 09, 2005 10:48 am Post subject: |
|
|
These parameters define the VSAM buffer pools as follows:
CISIZE 1024 - 20 buffers
4096 - 20 buffers
8192 - 8 buffers
OSAM buffers are defined using th IOBF= parameter. |
|
Back to top |
|
|
ANIL SARATHY Beginner
Joined: 30 Aug 2005 Posts: 88 Topics: 3 Location: Syracuse,New york
|
Posted: Sun Dec 11, 2005 11:05 pm Post subject: |
|
|
For information
To check buffer usage , include
//DFSSTAT DD SYSOUT=*.
this ddname will give number of different calls executed, % buffer usage.... Try this . to know more about IMS buffers _________________ Anil Sarathy |
|
Back to top |
|
|
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
Posted: Tue Dec 27, 2005 9:22 am Post subject: |
|
|
Acutally the step is using a proc named IMSDG , i checked with adding //DFSSTAT DD SYSOUT=*.It is not writing any information in the sysout of DFSSTAT. |
|
Back to top |
|
|
|
|