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

CICS new Copy is not showing in CEMT


IBM Mainframe Forums -> FAQ & Basics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
EnjoyMF

New User


Joined: 27 May 2005
Posts: 88

PostPosted: Wed Mar 14, 2007 12:58 pm
Reply with quote

I have a CICS program,which I changed and compiled.I am not able to take a new copy as the program is not showing when i do CEMT I prog
and the changes are also not reflecting(no automatic pick up of load module).The program is triggered by JAVA frontend entries and the middleware is MQSeries.

Warning: Repost: www.ibmmainframes.com/viewtopic.php?p=69303
Back to top
View user's profile Send private message
kamran

New User


Joined: 01 May 2005
Posts: 55

PostPosted: Wed Mar 14, 2007 1:12 pm
Reply with quote

hi
if it is a called program you need to refresh the calling program but if it is related to a transaction and is run imidiately you should need to define it to CICS!
Back to top
View user's profile Send private message
divya_maddi

New User


Joined: 03 Nov 2005
Posts: 33

PostPosted: Wed Mar 14, 2007 3:49 pm
Reply with quote

Try loading the program. Use the following syntax:
CECI LO PROG(program name)
Back to top
View user's profile Send private message
sachin192

New User


Joined: 27 Feb 2007
Posts: 1
Location: pune

PostPosted: Wed Mar 14, 2007 5:46 pm
Reply with quote

you can write

CEMT SET PROG(PROGRAM-ID) NEW COPY
and see the result.
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 -> FAQ & Basics

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts VB to VB copy - Full length reached SYNCSORT 8
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