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

TSO command to give authorization


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

New User


Joined: 19 Mar 2005
Posts: 3

PostPosted: Sat Mar 26, 2005 7:12 pm
Reply with quote

hi

can you please post the TSO commands to give authorization to some other ids
for ex:
our shop has ids prefixed with different combinations
like ab******
and de******
the problem is the datasets created with ab****** ids are not accessible to users of de****** ids.

how can a ab****** user can give authorization to de***** user so that de***** usser can access all the de**** datasets from his session.
Back to top
View user's profile Send private message
vema_d

New User


Joined: 19 Mar 2005
Posts: 3

PostPosted: Sat Mar 26, 2005 7:14 pm
Reply with quote

sorry last line is ab**** instead of de****
Back to top
View user's profile Send private message
bluebird

Active User


Joined: 03 Feb 2004
Posts: 127

PostPosted: Mon Apr 04, 2005 6:16 pm
Reply with quote

find info about the RACF permit command. TSO HELP PERMIT
Back to top
View user's profile Send private message
abinash_mohapatra

New User


Joined: 28 Mar 2005
Posts: 7
Location: Bangalore

PostPosted: Tue Apr 05, 2005 7:07 pm
Reply with quote

Hi

Please find the commands to give read and alter acsess to other user.

pe 'ab***' id(de***) access(alter)
pe 'ab***' id(de***) access(READ)

Please revert back if it doesnot work.

Regards
Abinash
Back to top
View user's profile Send private message
die7nadal

Active User


Joined: 23 Mar 2005
Posts: 156

PostPosted: Tue Apr 05, 2005 8:52 pm
Reply with quote

abinash_mohapatra wrote:
Hi

Please find the commands to give read and alter acsess to other user.

pe 'ab***' id(de***) access(alter)
pe 'ab***' id(de***) access(READ)

Please revert back if it doesnot work.

Regards
Abinash


I checked it out , PERMIT command does not work for USERID's but only for datasets. For that you should first define the DS like addsd 'Dataset.xx' and then give the PERMIT command just like Abinash told. Can any one correct me if I am wrong.
Back to top
View user's profile Send private message
die7nadal

Active User


Joined: 23 Mar 2005
Posts: 156

PostPosted: Wed Apr 06, 2005 12:52 am
Reply with quote

I think the PERMIT command works for the UserIds as well, but you gotta change the syntax.
Back to top
View user's profile Send private message
abinash_mohapatra

New User


Joined: 28 Mar 2005
Posts: 7
Location: Bangalore

PostPosted: Fri Apr 08, 2005 8:56 am
Reply with quote

Hi

PERMIT command is used to maintain the lists of users and groups
authorized to access a particular resource. It is basically related to RACF access and maintained by system administrator.


Regards
Abinash
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 Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
No new posts Query on edit primary command CLIST & REXX 5
Search our Forums:

Back to Top