View previous topic :: View next topic |
Author |
Message |
juan00982 Beginner
Joined: 29 Jun 2004 Posts: 36 Topics: 13 Location: PR
|
Posted: Thu Oct 28, 2004 11:57 am Post subject: CICS Active Users |
|
|
Hi,
Without using CICS log, I would like to know if there's a way either using CEMT or other functions, how to identify all users by user id that are currently connected to CICS
Thanks in advance for your help.
Juan |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Thu Oct 28, 2004 12:53 pm Post subject: |
|
|
Juan,
You can issue an INQUIRE TERMINAL and then loop thru each term id, either counting the number of terminals that have a userid associated with it, or interrogating the signon status.
Check this link for the detailed explanation of INQUIRE TERMINAL
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DFHA7C00/15.3.56
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu
Last edited by kolusu on Mon Nov 09, 2009 1:38 pm; edited 1 time in total |
|
Back to top |
|
|
juan00982 Beginner
Joined: 29 Jun 2004 Posts: 36 Topics: 13 Location: PR
|
Posted: Thu Oct 28, 2004 12:59 pm Post subject: |
|
|
thanks for your help |
|
Back to top |
|
|
|
|