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

How to check a program is running or not in 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 4:57 pm
Reply with quote

Hi,

When i am trying to find a transaction through CEMT I TRNA(*) i can see the below transaction.
Tra(TRAN) Pri( 250 ) Pro(ABCDEF) Tcl( xxxxx) Dis Sta
Pur Prf(xxxxxxx) Uda Bel Iso Bac Wai

But While trying to find the same TASK by command CEMT I TASK(*), I didnt that task.

Can anyone tell me exactly How can i check my program is running or not?

Regards,
Kishore ch.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


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

PostPosted: Mon Nov 21, 2011 5:07 pm
Reply with quote

If CEMT I TASK doesn't show your task, then your program is not running - at that precise time.

I would also suggest that it's unlikely that your transaction is running since the first of your CEMT displays show it to be Disabled.

Most well-written transactions will have sub-second response times and so it's not very likely that you will see it using CEMT I TASk. To see whether the program is getting executed, use CEMT I PROG(xxxxxxxx) and observe any increment of the Usecount.

Based on your questions to date, you might be advised to find a CICS tutorial.

Garry.
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 SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top