MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to keep CICS region up while batch is running??

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
ramkicr
Beginner


Joined: 20 Jun 2006
Posts: 1
Topics: 1

PostPosted: Tue Jun 20, 2006 8:21 am    Post subject: How to keep CICS region up while batch is running?? Reply with quote

Hi,

I'm a newbie in this forum. I'm looking for help reg. CICS region.

Currently we've a CICS/IDMS environment and when the mainline batch runs between 2:30 AM - 6:30 AM est, the CICS region is brought down twice (once when the batch begins and once when the batch is ending). We're looking at an initiative of keeping the CICS region up even while the mainline batch is running. We're trying to identify the different bottlenecks which are expecting the CICS region to be down for a certain period.

1)When the region is down, the NEWCOPY loadlib is deleted/redefined and PROD loadlib is copied so that the latest PROD loadmodules are reflected in the CICS region. Is there any way of accomplishing the above without bringing the region down?

2)There are certain tables which are coded in the VSAM files and these VSAM files are updated during the mainline batch run. So, currently these VSAM files are not available for the online region when the batch is running. Is there any way of avoiding this so that the VSAM files could be updated and simultaneously be available for the online region.


Any help / suggestions in this regard would be much appreciated.

Thx
Ram
Back to top
View user's profile Send private message
calspach
Beginner


Joined: 12 Jun 2006
Posts: 5
Topics: 0

PostPosted: Tue Jun 20, 2006 8:36 am    Post subject: Reply with quote

They can't be simultaneously available for update for both batch and CICS. As long as CICS is only reading, you can update away in batch though. You could close the file for update, reopen for read only, then run the batch. This would at least allow users to see info, but if they try to update they should recieve errors. You would probably want to add messeges to the programs that update the files also then, to give some type of info message that updates are not available righ now, but should be by (time)

The only way to completely refresh the CICS region without bringing it down that I can think of would be to manually NewCopy each member. You can do this in JCL.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group