View previous topic :: View next topic
|
Author |
Message |
vema_d
New User
Joined: 19 Mar 2005 Posts: 3
|
|
|
|
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 |
|
|
vema_d
New User
Joined: 19 Mar 2005 Posts: 3
|
|
|
|
sorry last line is ab**** instead of de**** |
|
Back to top |
|
|
bluebird
Active User
Joined: 03 Feb 2004 Posts: 127
|
|
|
|
find info about the RACF permit command. TSO HELP PERMIT |
|
Back to top |
|
|
abinash_mohapatra
New User
Joined: 28 Mar 2005 Posts: 7 Location: Bangalore
|
|
|
|
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 |
|
|
die7nadal
Active User
Joined: 23 Mar 2005 Posts: 156
|
|
|
|
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 |
|
|
die7nadal
Active User
Joined: 23 Mar 2005 Posts: 156
|
|
|
|
I think the PERMIT command works for the UserIds as well, but you gotta change the syntax. |
|
Back to top |
|
|
abinash_mohapatra
New User
Joined: 28 Mar 2005 Posts: 7 Location: Bangalore
|
|
|
|
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 |
|
|
|