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

CICS dynamically allocates LSRPOOLs??


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rakeshreddy
Warnings : 1

New User


Joined: 21 Mar 2007
Posts: 28
Location: Bangalore

PostPosted: Fri Nov 20, 2009 8:28 pm
Reply with quote

Hi,

My questions are about LSRPOOL.

1) Can any one explain me the Differance between "Allowing CICS to build LSRpools Dynamically" AND " Defining LSRpools in CSD".

2) I have a file defined in CICS with LSR =3, but i didn't define any
LSRpools in CICS. In this case will CICS creates a LSR 3 POOL or it
allocates the file in POOL 1 by dynamically creating pool 1.

3) Is there a System initialize parameter to stop CICS allocating LSRPOOL. I mean, OPEN request of a file which is referring to a pool which is not created should fail.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Nov 20, 2009 9:00 pm
Reply with quote

1. You may know specifics about an LSRPOOL that would allow you to define the pool better than CICS defaults (such as needing more strings than normal). Much of the time, it's fine to let CICS do the definition but it all depends.

2. CICS would define LSRPOOL 3 using defaults. CICS allows up to (IIRC) 8 LSR pools. If you tell CICS LSR=3, it's not going to change that to LSR=1.

3. Why on earth would you not want to use LSR pools? They are a performance boost in almost all cases. You can specify LSR=NONE for a particular file if you absolutely don't want the buffers shared, but that may cause a performance hit to the region.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Nov 20, 2009 9:26 pm
Reply with quote

As strange as this may sound, VSE supports 15 LSR Pools. icon_eek.gif

The OP should also look at defining Read-Only files (in their respective FCT entries) as CICS Data-Tables as they will yield better performance than LSR and don't involve any I-O whatsoever.

But (IIRC), ESDS files cannot be defined as Data-Tables. icon_sad.gif

As Robert has said, you really don't want CICS automatically building LSR pools unless you have good reason.

Bill
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts Dynamically pass table name to a sele... DB2 2
Search our Forums:

Back to Top