Adjusting VSAM database buffers dynamically
To adjust VSAM database buffers while IMS resources are still actively in use, specify new VSAM shared resource pool definitions in the DFSDFxxx member of the IMS PROCLIB data set, and then issue the appropriate UPDATE POOL TYPE(DBAS) command.
Make sure that the following conditions exist:
- The current number or size of VSAM shared resource pools is either insufficient or not needed for workload processing for application programs.
- The DFSDFxxx member of the IMS PROCLIB data set exists.
- IMS is configured with at least a minimal Common Service Layer (to support issuing type-2 commands).
Procedure
If the procedure is performed successfully, the IMS system quiesces activities against the target subpools during reconfiguration.
- Issue the following command:
The IMS system returns statistics about the VSAM buffer pools.QUERY POOL TYPE(DBAS) SUBTYPE(OSAM,VSAM) SIZE() POOLID() SHOW(STATISTICS)
- Based on the returned statistics, evaluate whether there must be further adjustments to the configuration of VSAM buffer pools.