MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Permit Read Access w/o RACF
Goto page Previous  1, 2
 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 699
Topics: 63
Location: USA

PostPosted: Tue Jul 29, 2003 4:16 am    Post subject: Reply with quote

Kolusu,

I could compile the rule set but I am not allowed to store. I got the following message -
Code:

ACF03010 YOU ARE NOT AUTHORIZED TO MAKE THIS REQUEST
ACF60025 RULE  TS09065 NOT STORED


Probably that's the end of journey. I have one question, the above rules are only for TID's. What would be the command if I want to give access to specific PDS's to specific ID's.

Thanks,
Diba
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12370
Topics: 75
Location: San Jose

PostPosted: Tue Jul 29, 2003 6:11 am    Post subject: Reply with quote

Dibakar,

Suppose your logon ID is T1234AA, an access rule that would allow sharing of your 'owned' data related data set is:

Code:
                                                                 
 $KEY(T1234AA)                                                   
 DATA UID(************T9999II) R(A) W(A) A(A) E(A)               


The above example would ALLOW the user T9999II to have full access to 'T1234AA.DATA', including delete.

The "-" may be used as a wild card for one or more characters.
Code:
               
      $KEY(T1234II)                                   
      b- R(A) E(A)                                   
      april-.data R(A) E(A)                           

It can be used to mask index levels as the following example shows:
Code:
                 
                                                     
     $KEY(T1234II)                                   
      -.data R(A) E(A)                               
      jcl.- R(A) E(A)                                 
      junk.-.data R(A) E(A)                           

Note that a single "-" will allow access to all datasets not more specifically defined.

Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 699
Topics: 63
Location: USA

PostPosted: Tue Jul 29, 2003 6:19 am    Post subject: Reply with quote

Thanks again,

Diba
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group