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

Reg CICS Transaction


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

New User


Joined: 30 Dec 2003
Posts: 19

PostPosted: Wed May 12, 2010 2:34 pm
Reply with quote

How would we know that which user id using a transaction in a region? means if some user id using one transaction in a region. I would like know the details about the user id.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed May 12, 2010 4:59 pm
Reply with quote

If you have access to the SMF data on your system, you can find out from that -- but it is not necessarily an easy process. AFAIK, there is no simple way to determine while the CICS region is running who is doing what transaction.

Your best bet is to contact your site support group and ask them for assistance. They may already have this data available or know the best way to get it.
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: Wed May 12, 2010 8:17 pm
Reply with quote

Third-Party monitors, such as TMONCICS, can give you (amongst other data), the userid, after the transaction has finished.

You can list all the given active tasks with TMON and expand on one and you might be able to catch one before it terminates. But normally, transaction lifetime in many shops is usually not greater than two seconds, so you have to be quick.

Why do you need to know information about a particular user?

You can get this information from your Security group.

Bill
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 identify the transaction categ... IMS DB/DC 3
Search our Forums:

Back to Top