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

CICS - Newcopy Problem


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

New User


Joined: 05 Sep 2010
Posts: 10
Location: noida

PostPosted: Tue Nov 16, 2010 3:52 pm
Reply with quote

Hi

I am trying to do a newcopy of the load module and it's giving me an error that load module is in use. Is there any way I can resolve it?

Thanks
Pranav
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Tue Nov 16, 2010 3:57 pm
Reply with quote

If the load module is in use you might try using the PHASEIN option.

Otherwise, you could disable/purge any transaction that might be using the program and then newcopy. Re-enable the transaction(s) if disabled.

Garry.
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: Tue Nov 16, 2010 5:39 pm
Reply with quote

If the program is loaded into memory and kept there, you'll need to remove it from memory before the newcopy will work. You've asked one of those questions where the answer depends largely upon exactly what is going on, and since we're not at your site we don't know enough to answer one way or the other.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Nov 16, 2010 5:43 pm
Reply with quote

it could also be an xpeditor problem where the user (programmer) backed out of xpeditor without releasing the module.
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
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