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

Granting Access Rights on dataset to Other users


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

New User


Joined: 03 Apr 2007
Posts: 32
Location: Chennai

PostPosted: Tue Jun 26, 2007 10:48 am
Reply with quote

Hi,

I want to give read access on my PDS to another user using the following command.

Code:
tso permit 'uid.qul1.qul2' id(uid2) access(read) class(dataset) gen


While executing it from ISPF Command Shell, I got the following error message.

Code:
UID.QUL1.QUL2 NOT DEFINED TO RACF


Can anyone tell me what is the problem in this? Am I not authorized to do this?

Thanks,
Ashwin
Back to top
View user's profile Send private message
Maruthakumar.S

New User


Joined: 26 Jun 2007
Posts: 2
Location: chennai

PostPosted: Tue Jun 26, 2007 2:02 pm
Reply with quote

Hi Aswin,
First of all you have to add the profile of this datasets to RACK using
ADDDSD 'datasetname' UACC(NONE) then only you have to permit those dasets using PE 'datasets' access(alter) id(uid)
Back to top
View user's profile Send private message
Ashwin_mudikon

New User


Joined: 03 Apr 2007
Posts: 32
Location: Chennai

PostPosted: Tue Jun 26, 2007 2:22 pm
Reply with quote

I tried it. but its saying the following message

Code:
COMMAND ADDDSD NOT FOUND


what is RACK? is it RACF?
Back to top
View user's profile Send private message
Maruthakumar.S

New User


Joined: 26 Jun 2007
Posts: 2
Location: chennai

PostPosted: Wed Jun 27, 2007 8:26 am
Reply with quote

Sorry use this command ADDSD
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: Wed Jun 27, 2007 8:38 am
Reply with quote

Hello,

If you talk with your security admin people they can tell you if this is permitted on your system as well as how this is done on your system.
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 Access to non cataloged VSAM file JCL & VSAM 18
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts How to access web services/website? Mainframe Interview Questions 4
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
Search our Forums:

Back to Top