View previous topic :: View next topic |
Author |
Message |
pkarthik@email.com Beginner

Joined: 29 Mar 2005 Posts: 34 Topics: 18 Location: Canada
|
Posted: Sat Aug 27, 2005 11:39 am Post subject: acess limit for Vsam file and DB2 Table |
|
|
In VSAM we know If a file is acessed in DISP=SHR same file can be used simultaneously by many JCLS and Programs.Can any one can let me know is there any limit for this.i.e No of pgms or Jcls that can access a same file.
Simultaneously to how much extent a DB2 table can be acessed by different programs _________________ For any type of complex problems there will be multiple easiest solutions |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Sat Aug 27, 2005 11:39 pm Post subject: |
|
|
Pkarthik,
There is no-limit for concurrent READs unless some job is going to update the contents of VSAM/DB2.
Thanks,
Phantom |
|
Back to top |
|
 |
Manas Biswal Intermediate

Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Mon Aug 29, 2005 9:18 am Post subject: |
|
|
pkarthik@email.com,
For DB2, there is no single figure 'X' that can access a DB2 tablespace at a time. It depends on a lot of factors, parameters and configuration settings. It's too complicated to explain everything as a post here. I would suggest you do a simple google search on the following topics and try to understand. Let me know if you have doubts on any particular topic and I will be glad to explain further.
DB2 on S/390 -
Tablespace parameters - LOCKSIZE, LOCKMAX
DSNZPARM Parameters - NUMLKTS, NUMLKUS
DB2 UDB on Win -
DB CFG Parameters - LOCKLIST, MAXLOCKS
HTH...Regards,
Manas _________________ There is no path to peace. Peace is the path.
- Mahatma Gandhi (1869-1948) |
|
Back to top |
|
 |
|
|