MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Number of instance of a transaction

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
Rajkannan
Beginner


Joined: 02 Jun 2004
Posts: 64
Topics: 31

PostPosted: Thu Jul 15, 2004 11:28 am    Post subject: Number of instance of a transaction Reply with quote

Hi

Is there a way to know how many instance of a transaction at given point of time???

Thanks
Raj
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12375
Topics: 75
Location: San Jose

PostPosted: Thu Jul 15, 2004 12:34 pm    Post subject: Reply with quote

Raj kannan,

The Usecount from the output of CEMT inquire program should give you the desired results.

Check this link for detailed explanation of CEMT INQUIRE PROGRAM

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Mike Chantrey
Intermediate


Joined: 10 Sep 2003
Posts: 234
Topics: 1
Location: Wansford

PostPosted: Fri Jul 16, 2004 8:37 am    Post subject: Reply with quote

Quote:

Is there a way to know how many instance of a transaction at given point of time???


CEMT INQUIRE PROGRAM will only help if all instances of this transaction run the same program and only that program, but this will not necessaarily be the case.

If you want to know how many of transaction XXXX is running you need to look at the EXEC CICS INQUIRE TASK command in the 'CICS system programming reference'. This allows you to obtain a list of all current non-system task numbers and their corresponding transaction ids. You can then scan this list and count the occurences of transaction XXXX.
Back to top
View user's profile Send private message
warp5
Intermediate


Joined: 02 Dec 2002
Posts: 429
Topics: 18
Location: Germany

PostPosted: Sat Jul 17, 2004 9:29 am    Post subject: Reply with quote

You can also take a look at your CICS statistics - if you produce them. We have them produced daily just before we stop our CICS. They give you lots of information.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group