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

How to get the racf of details of userid


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nkothako

Active User


Joined: 26 Nov 2008
Posts: 125
Location: chennai

PostPosted: Wed Feb 04, 2009 3:31 pm
Reply with quote

Have created a tool called synworld

How to get the racf of details of user like name, owner and other parameters
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Wed Feb 04, 2009 4:11 pm
Reply with quote

if You have the need to know security support will be glad to tell You how
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Feb 04, 2009 5:59 pm
Reply with quote

Just a passing thought - check under ISRDDN if your site is been installed with "whois" CLIST, it does what you are trying to do..
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Wed Feb 04, 2009 6:06 pm
Reply with quote

Code:
TSO LU

Please refer the manual before using this.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Feb 04, 2009 6:21 pm
Reply with quote

Gnanas N wrote:
Code:
TSO LU

Please refer the manual before using this.

You will need to be RACF authorised to issue this command and to receive any data other than your own user id.

I also believe that the syntax given in your example is incorrect to obtain information of all users.
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Wed Feb 04, 2009 6:32 pm
Reply with quote

expat wrote:
You will need to be RACF authorised to issue this command and to receive any data other than your own user id.

I also believe that the syntax given in your example is incorrect to obtain information of all users.

Yes, you're correct, Expat.
One should have RACF access for this command and TSO LU will give the info about who issues this command.

I guessTSO LU * is for getting the details of all the users.

So, please...
Gnanas N wrote:
Code:
TSO LU

Please refer the manual before using this.
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 Feb 04, 2009 6:37 pm
Reply with quote

Quote:
I guessTSO LU * is for getting the details of all the users.
Depending on the size of the shop, and the number of RACF groups each user has access to, be aware that this command can generate a great deal of output to your terminal!
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Wed Feb 04, 2009 6:41 pm
Reply with quote

Users must have either the SPECIAL or AUDITOR attribute on their userid in order to issue the TSO LU USERID command. Without either of these attributes, a user may only issue a TSO LU USERID on their own ID.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts RACF cost vs. ACF2 cost IBM Tools 2
No new posts CICS Access to RACF CICS 2
No new posts JCL SORT to compress the student's de... DFSORT/ICETOOL 7
No new posts Splitting group records based on deta... DFSORT/ICETOOL 8
Search our Forums:

Back to Top