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

where does the tso id and password gets saved for every user


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

New User


Joined: 28 Nov 2005
Posts: 9
Location: mumbai

PostPosted: Thu Jul 19, 2007 12:29 pm
Reply with quote

hi ,

where does the tso id and password gets saved for every user?
i had to design a clist screen where the id and password would be validated. so this will take the tso id and then process further .

once the user is logged in then at the ready prompt when we give the clist name then it should take the tso id and validate that

can anyone help to design the same
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jul 19, 2007 1:01 pm
Reply with quote

Just curious...

For what reason You want to redo what has been done during thelogon process ?

regards

e.s
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Jul 19, 2007 2:54 pm
Reply with quote

The security software that you use does this for you. As Encrico has asked, why reinvent the wheel when it is already round ?
Back to top
View user's profile Send private message
mundul333

New User


Joined: 28 Nov 2005
Posts: 9
Location: mumbai

PostPosted: Thu Jul 19, 2007 4:03 pm
Reply with quote

this second time validation needs to be done bcz at the ready prompt if we type the clist then it automatically gets started .
but this clist has to be restricted to some users only.
suppose i am dealing with that application then my tso id should be only able to run the clist . no other user from the ready prompt should be able to run the clist.

currently this clist appln is working for all the tso id.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Jul 19, 2007 5:51 pm
Reply with quote

Isn't that a bit "dark ages", specifying a CLIST name from the ready prompt.

Surely this application should be offered to the selected users from within their ISPF logon procedure. There are many ways to achieve this without having to get back to the ready prompt and then type a fully qualified dataset/member name to access an application.
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: Thu Jul 19, 2007 6:24 pm
Reply with quote

Hello,

If you simply must do something like you've posted (instead of the more standard ways suggested), you could always add this "special" clist to a pds that "others" do not have access to. . . .
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Jul 19, 2007 6:56 pm
Reply with quote

Or if this CLIST is a logon PROC, and defined to RACF as such, then you can use RACF to protect its usage.
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 PuTTY - "User is not a surrogate... IBM Tools 5
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts user exit in IBM Infosphere Optim DB2 8
No new posts Running a Job with the Default User ID JCL & VSAM 2
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
Search our Forums:

Back to Top