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

TSO command for listing all mainframe IDs


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

New User


Joined: 15 Jan 2010
Posts: 4
Location: Chennai

PostPosted: Fri Jan 29, 2010 9:49 am
Reply with quote

I have been admin access for my system. I need to get all the Mainframe IDs that exist in the system. I need a TSO command that can give me the list of all the mainframe IDs in the system.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jan 29, 2010 9:52 am
Reply with quote

Hello and welcome to the forum,

Suggest you talk with the security admins. They should be able to provide what you are looking for or show you how to use the security software to get it - it your id has permission to use the security software.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Fri Jan 29, 2010 1:27 pm
Reply with quote

And of course you would need to specify which security package you have installed, as the solution may vary from product to product.

Unless you actually give us useful information there is not a lot we can do to help you.

I know that if you have RACF installed, the manual will tell you what you want to know.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jan 29, 2010 1:29 pm
Reply with quote

Quote:
I have been admin access for my system


explain better what You mean by admin access,
it is not a term used for a zOS/MVS environment!

apart the title did they provide also the training ???
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Fri Jan 29, 2010 2:03 pm
Reply with quote

What are we talking about here ?

The hardware boxes ?
Sysplexes ?
LPAR's ?
Back to top
View user's profile Send private message
Ganesh Viswanathan007

New User


Joined: 15 Jan 2010
Posts: 4
Location: Chennai

PostPosted: Fri Jan 29, 2010 2:11 pm
Reply with quote

My friend is the admin for a Java based system that handles employee's accesses. He needs the list of mainframe IDs and hence he was told that he has been given admin access to the mainframe system was was told that he can get the list of IDs through TSO commands.
So I am looking for the TSO command that might give the complete list of mainframe IDs that belongs to the system.

Hope this helps
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Fri Jan 29, 2010 2:25 pm
Reply with quote

This is not helping, at least not me.
What do you want ?

The name of the hardware box, the sysplex, the lpar etc.?

And why is your friend not doing some research?
Back to top
View user's profile Send private message
Ganesh Viswanathan007

New User


Joined: 15 Jan 2010
Posts: 4
Location: Chennai

PostPosted: Fri Jan 29, 2010 2:43 pm
Reply with quote

I guess the access has been provided for the LPAR. All I needed to know was that is there any TSO command that can fetch me the list of mainframe user IDs for that LPAR.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Fri Jan 29, 2010 2:47 pm
Reply with quote

Huh, now you are talking about user id's. There is quite a difference with your original question.

But ask your security people for a fitting command and/or list of user id's.
Back to top
View user's profile Send private message
aajakashif

New User


Joined: 22 Mar 2008
Posts: 27
Location: New Delhi

PostPosted: Fri Jan 29, 2010 2:52 pm
Reply with quote

In our environment when we have to find the name and profile of a particular User by his User ID. We use

TSO LU userid

Thought it might help.....as its shows the group and other RACF parameters.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jan 29, 2010 2:53 pm
Reply with quote

a friend of mine read the thread and asked me to post on his behalf,
or maybe a friend of a friend of a friend... meditate people meditate icon_biggrin.gif

Quote:
He needs the list of mainframe IDs and hence he was told that he has been given admin access to the mainframe system was was told that he can get the list of IDs through TSO commands.


is there any reason the friend did not post himself.
maybe he is the kind of people who prefer others do the work they are getting paid for!

as usual another case of poor organization practice, people being given authorities without the appropriate skills

and hiding.... he, I, he, I who is really who has to do the job, wondering
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Fri Jan 29, 2010 2:54 pm
Reply with quote

Hi,

if you are using RACF and have the authority, this is the JCL I run in batch to obtain the list of user id's.


Code:
//STEP1    EXEC PGM=IKJEFT01,DYNAMNBR=35           
//SYSTSPRT DD SYSOUT=*                             
//SYSTSIN  DD *                                   
  LU *                                             
/*                                                 


Gerry
Back to top
View user's profile Send private message
Ganesh Viswanathan007

New User


Joined: 15 Jan 2010
Posts: 4
Location: Chennai

PostPosted: Fri Jan 29, 2010 2:57 pm
Reply with quote

My friend is a Java Architect so I just did him a favour !!
Thanks anyway !!
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jan 29, 2010 3:00 pm
Reply with quote

Quote:
My friend is a Java Architect so I just did him a favour !!


hope that his java buildings do not crash!

doing favors for security related issues might cause both of You to be left without a job ( lawful termination )

so after all it looks like You told us a bunch of lies...
icon_evil.gif

edited to add a further comment...
another demonstration of why I object to having security related issues discussed on a forum,
You never know who is asking!
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Fri Jan 29, 2010 3:03 pm
Reply with quote

Enrico, im retired so i dont care.

Beside that, as we speak im just now hacking the mainframes of
my former shop.
Back to top
View user's profile Send private message
aajakashif

New User


Joined: 22 Mar 2008
Posts: 27
Location: New Delhi

PostPosted: Fri Jan 29, 2010 3:03 pm
Reply with quote

Hey Try::

TSO LU *


Its working....you can get the list of ID's ....
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jan 29, 2010 3:07 pm
Reply with quote

Hi Peter!
I do not object to hacking I do quite a bit of it myself,

the ethics is... do not ask how to do it

by the way I am retired too!

cheers

enrico

PS.
if the setup of Your former employer is like the ones around here, it would not even be fun...

icon_biggrin.gif
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Fri Jan 29, 2010 3:13 pm
Reply with quote

enrico-sorichetti wrote:
Hi Peter!
I do not object to hacking I do quite a bit of it myself,

the ethics is... do not ask how to do it

by the way I am retired too!

cheers

enrico

PS.
if the setup of Your former employer is like the ones around here, it would not even be fun...

icon_biggrin.gif


Enrico,

im happy i found a brother in arms.

And of course cheers.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jan 29, 2010 3:17 pm
Reply with quote

Hi Peter!
I PMed something interesting, let me know if You want to know more
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 FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
Search our Forums:

Back to Top