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

Refreshing Continous running program without restarting CICS


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

New User


Joined: 17 Nov 2011
Posts: 36
Location: India

PostPosted: Mon Nov 21, 2011 11:29 am
Reply with quote

Hi,

I have a program/transaction in CICS that needs to be run 24/7.
I have an update to that program for which I need to perform NEWCOPY/PHASE IN to refresh. Neither NEWCOPY nor PHASEIN are working as it is a continous running transaction.

So is there any option like FORCE NEWC of the program so the CICS need not be restarted(Bring down and Bring up) to refresh this program.
Back to top
View user's profile Send private message
Stefan

Active User


Joined: 12 Jan 2006
Posts: 113
Location: Germany

PostPosted: Mon Nov 21, 2011 12:58 pm
Reply with quote

If this program really runs 24/7 (and not restarting itself in an endless loop) AFAIK you have no chance to refresh the loaded module. But you said that you have to change the program anyway, so why don't you introduce some kind of STOP command to cause the program to force it coming to an end? This would give you time to PHASEIN the module and start the transaction again.

Or simply change the way the program waits endlessly to a limited wait followed by a delayed restart via START TRANSID('..') AFTER SECONDS(1).
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts CICS - Resource limiting using omegam... CICS 0
No new posts Upgrade CICS TS to 6.2: authorization... CICS 0
No new posts PL/1 SEND CICS MAP first time, attrib... CICS 6
No new posts CICS UCTRAN=NO not working, need syst... CICS 3
No new posts CICS-Db2 connection issue CICS 1
Search our Forums:


Back to Top