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

Track the number of users using particluar REXX tool


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Rathipriya Srinivasan

New User


Joined: 07 Aug 2008
Posts: 2
Location: Bangalore

PostPosted: Thu Aug 07, 2008 3:03 pm
Reply with quote

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
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Thu Aug 07, 2008 3:20 pm
Reply with quote

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
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Thu Aug 07, 2008 3:24 pm
Reply with quote

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
View user's profile Send private message
Srihari Gonugunta

Active User


Joined: 14 Sep 2007
Posts: 295
Location: Singapore

PostPosted: Thu Aug 07, 2008 3:38 pm
Reply with quote

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
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Aug 07, 2008 10:07 pm
Reply with quote

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
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Aug 07, 2008 10:11 pm
Reply with quote

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
View user's profile Send private message
Rathipriya Srinivasan

New User


Joined: 07 Aug 2008
Posts: 2
Location: Bangalore

PostPosted: Fri Aug 08, 2008 12:32 pm
Reply with quote

Thanks everyone for ur valuable suggestions.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top