How to check the curentently running tasks in CICS?

Customer Information Control System. Middleware and MQ Series.
Post Reply
Anup Apte
Registered Member
Posts: 22
Joined: Mon Aug 12, 2013 11:39 am
India

How to check the curentently running tasks in CICS?

Post by Anup Apte »

How to check the currently running tasks in CICS? Is there any tool available for this, please help me on this.
enrico-sorichetti
Global Moderator
Global Moderator
Posts: 826
Joined: Wed Sep 11, 2013 3:57 pm

Re: How to check the curentently running tasks in CICS?

Post by enrico-sorichetti »

If You have the need to know, Your support will be happy to provide You
with the appropriate authorisations an HOW TOs
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort 8-)
Chandan Yadav
Website Team
Website Team
Posts: 70
Joined: Wed Jul 31, 2013 10:19 pm

Re: How to check the curentently running tasks in CICS?

Post by Chandan Yadav »

not sure if you are looking for below command

Code: Select all

CEMT I TASK()
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1891
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: How to check the curentently running tasks in CICS?

Post by Robert Sample »

CEMT I TASK will show currently active tasks.  However, for a pseudoconversational task where the task has returned to CICS until the user completes filling in the screen (or whatever), the task is NOT active and hence will not show up.  CEMT I NET is probably the most accurate way of showing the region usage.  A monitor like Mainview or Omegamon is generally the best way to see the status of the region.
Chandan Yadav
Website Team
Website Team
Posts: 70
Joined: Wed Jul 31, 2013 10:19 pm

Re: How to check the curentently running tasks in CICS?

Post by Chandan Yadav »

Thanks Robert for the details explanation
Anup Apte
Registered Member
Posts: 22
Joined: Mon Aug 12, 2013 11:39 am
India

Re: How to check the curentently running tasks in CICS?

Post by Anup Apte »

Robert Sample wrote:CEMT I TASK will show currently active tasks.  However, for a pseudoconversational task where the task has returned to CICS until the user completes filling in the screen (or whatever), the task is NOT active and hence will not show up.  CEMT I NET is probably the most accurate way of showing the region usage.  A monitor like Mainview or Omegamon is generally the best way to see the status of the region.
Thanks Robert. CEMT INET has helped.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “CICS, Middleware and MQ Series.”