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: 110
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 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 Running REXX through JOB CLIST & REXX 13
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
Search our Forums:

Back to Top