| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
Rathipriya Srinivasan
Joined: 07 Aug 2008
Posts: 2
Location: Bangalore
|
| Posted: Thu Aug 07, 2008 3:03 pm Post subject: Track the number of users using particluar REXX tool |
|
|
Hi,
I developed one automation tool using REXX scripts & ISPF panels.
Also, I have installed the tool in many machines as per users request in such a way that if they give "TSO toolname" in the TSO region of mainframes, it will display the panels so that user can enter his input & get the required outputs.
Now, I want to know how many users are using the tool everyday.
Is that possible to track the count as how many users are using that tool everyday & their Racf IDs? |
|
| Back to top |
|
Aaru
Joined: 03 Jul 2007
Posts: 1148
Location: Mumbai - India
|
| Posted: Thu Aug 07, 2008 3:20 pm Post subject: Reply to: Track the number of users using particluar REXX to |
|
|
Rathi,
Quote: Also, I have installed the tool in many machines as per users
How did you do this? What actually do you mean by "installing the tool in many machines"? |
|
| Back to top |
|
Aaru
Joined: 03 Jul 2007
Posts: 1148
Location: Mumbai - India
|
| Posted: Thu Aug 07, 2008 3:24 pm Post subject: Reply to: Track the number of users using particluar REXX to |
|
|
Rathi,
Quote: Now, I want to know how many users are using the tool everyday.
Try this, If you don't get better answers.
Add a logic to create and e-mail a report with all the details - userid, date etc. By this you can keep track of the count. |
|
| Back to top |
|
Srihari Gonugunta
Joined: 14 Sep 2007
Posts: 184
Location: Pune
|
| Posted: Thu Aug 07, 2008 3:38 pm Post subject: |
|
|
Rathipriya,
In the main rexx script, maintain a counter in a file. Whenever somebody uses this tool, the main script will read the counter from the file, update it and re-write to the same file. |
|
| Back to top |
|
Pedro
Joined: 01 Sep 2006
Posts: 536
Location: work
|
| Posted: Thu Aug 07, 2008 10:07 pm Post subject: Reply to: Track the number of users using particluar REXX to |
|
|
Quote: Whenever somebody uses this tool, the main script will read the counter from the file, update it and re-write to the same file.
I used to do this with my tools. Except that each user appended to a file, with date, time, toolname, and userid. And when a new month was detected, it would email the file to me and clear it out. |
|
| Back to top |
|
Pedro
Joined: 01 Sep 2006
Posts: 536
Location: work
|
| Posted: Thu Aug 07, 2008 10:11 pm Post subject: Reply to: Track the number of users using particluar REXX to |
|
|
Also, you have to make code changes and deliver your changes to your many systems.
You also need to log the system id.
The collection of the log files becomes hard if you really have a large number of systems. |
|
| Back to top |
|
Rathipriya Srinivasan
Joined: 07 Aug 2008
Posts: 2
Location: Bangalore
|
| Posted: Fri Aug 08, 2008 12:32 pm Post subject: Track the number of users using particluar REXX tool |
|
|
| Thanks everyone for ur valuable suggestions. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|