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

NEWCOPY in CICS region using expeditor


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

Active User


Joined: 08 Feb 2009
Posts: 116
Location: CHENNAI/NEW JERSEY - INDIA/USA

PostPosted: Thu Mar 24, 2011 6:07 pm
Reply with quote

Hi,

I want to expedite an online Module/Transaction in CICS region.

But that module is already put in that region and being expedited by someone else.

Due to this when I try to NEWCOPY, I get an error.

Is there any command by which I can override the other person's online module/Transaction present in the CICS region.
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: Thu Mar 24, 2011 6:18 pm
Reply with quote

How about talking to the other person?

If you did hijack the transaction, what would prevent that person from doing the same to you?
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


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

PostPosted: Thu Mar 24, 2011 6:18 pm
Reply with quote

You won't override the other person's use - but use PHASEIN. This should give you the new copy and let them complete their usage. They will get the new copy the next time they invoke the program.

Garry.
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: Thu Mar 24, 2011 7:13 pm
Reply with quote

Note: The "New Copy" of the load module will not be "Phased-In" until the RESCOUNT is ZERO, which means the user(s) are done with their session and have exited.

You can check the RESCOUNT via a CEMT INQ PROG.

Many times, users "X" out without gracefully logging off of XPED and the program remains in-use (RESCOUNT is non-ZERO).

To get around this, use CECI and issue a RELEASE PROG API until the response at screen bottom is non-ZERO.

Bill
Back to top
View user's profile Send private message
Elixir

Active User


Joined: 08 Feb 2009
Posts: 116
Location: CHENNAI/NEW JERSEY - INDIA/USA

PostPosted: Fri Mar 25, 2011 8:27 am
Reply with quote

CECI RELease (Online Program Name)
Back to top
View user's profile Send private message
Elixir

Active User


Joined: 08 Feb 2009
Posts: 116
Location: CHENNAI/NEW JERSEY - INDIA/USA

PostPosted: Sat Jun 02, 2012 1:02 am
Reply with quote

what is the RESPONSE=INVREQ on CECI REL PROGRAM(Prog name)
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: Sat Jun 02, 2012 3:29 am
Reply with quote

I know what it is, but you need to refer to the manuals (as all programmers do) to find the reason yourself.

We "assist" others, but when it's obvious the Tech wants this "given" to them, without resorting to any effort of finding it themselves, that's where our "free advice" goes away.
Back to top
View user's profile Send private message
Stefan

Active User


Joined: 12 Jan 2006
Posts: 110
Location: Germany

PostPosted: Wed Jun 06, 2012 11:43 am
Reply with quote

I recommend using the transaction NEWC instead of CEMT to do the job. NEWC is part of the Xpediter installation and does a few additional things to ensure a consistent load module refresh.
Back to top
View user's profile Send private message
quanzhong

New User


Joined: 12 Aug 2008
Posts: 46
Location: china

PostPosted: Tue Jul 10, 2012 10:48 am
Reply with quote

Code:

CEMT S PROG(XXXXXX) PH
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 How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top