View previous topic :: View next topic |
Author |
Message |
Jashu Beginner
Joined: 23 Feb 2003 Posts: 26 Topics: 22 Location: chennai
|
Posted: Tue Mar 11, 2003 11:19 pm Post subject: Increasing LSRPOOL size and BLDVRP |
|
|
Hi
How to increase LSRPOOL size and BLDVRP in CICS.Because we are getting VSAM OPEN/CLOSE FAILED IN CICS.
We are new to cics.
Pls help us to solve the problem.
regards
JAS |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Wed Mar 12, 2003 12:20 am Post subject: |
|
|
Jashu,
Check this out
The BLDVRP Macro
Hope this helps...
cheers
kolusu |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Wed Mar 12, 2003 12:36 am Post subject: |
|
|
Jashu,
I think this question is related to the other query about not able to close the vsam files a few days ago.
The CICS LSR pools are defined via the LSRPOOL resource type in RDO,or via the DFHFCT TYPE=SHRCTL.
You can look at the LSRPOOL definitions yourself by logging onto the relevant CICS system and using the CEDC transaction(if you are authorized) to look at the FILE and LSRPOOL definitions.
Ask your CICS sysprog to move your file to an LSRPOOL with a large enough biggest buffer. or you can ask your CICS sysprog to add some larger buffers of an appropriate size and number to the LSR pool that the file is currently allocated to.
If you are unable to get them done quickly, try to delete and define the vsam file with a
reduced CISIZE to that of the largest buffer in the LSR pool.
Hope this helps...
cheers
kolusu |
|
Back to top |
|
 |
|
|