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

Help needed to Expedite a CICS prog


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

New User


Joined: 01 Feb 2007
Posts: 30
Location: Mumbai

PostPosted: Tue Apr 21, 2009 8:20 pm
Reply with quote

Hi ,

I am required to do Exped on a CICS prog.The source listing was not avialble in the CICS region.I compiled the program and did CEMT S PROG(prograname) e ne .

option 'e' is to enable the program and 'ne' is to load the latest load module of the program.

I got a message NOT FOUND.

I have even tried doing CEMT I (for the program and the transaction).

Can someone please help on this.


Thanks in advance,
Tushar
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: Tue Apr 21, 2009 8:33 pm
Reply with quote

Issue a CEMT SET PROG(XXXXXXXX) PHA and all will be forgiven icon_wink.gif

Regards,
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Tue Apr 21, 2009 8:39 pm
Reply with quote

if you have autoinstall and the program has not been invoked during the current 'up time', you will get a NOT FOUND.

keep in mind, the CICS CEMT Newcopy will only load a the object module.

the source listing is kept in the DDIO files.
There is no CICS Supplied transaction for source listings,
as source listing mean nothing to CICS.

you need to
  • ask a peer
  • ask your xpeditor support group
  • read you site documentation


implementation of xpeditor is a 'site' thing.
Not all sites use the same implementation.
Back to top
View user's profile Send private message
Felix61

New User


Joined: 09 Apr 2009
Posts: 14
Location: NJ

PostPosted: Wed Apr 22, 2009 1:28 am
Reply with quote

Are you sure thr program is in PPT?
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Apr 22, 2009 1:44 am
Reply with quote

tushar_study wrote:
I got a message NOT FOUND.
I have even tried doing CEMT I (for the program and the transaction).
Assuming that the INQ failed also, just do a CECI LOAD PRO and it will appear.
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