Permit Read Access w/o RACF
Select messages from
# through # FAQ
[/[Print]\]
Goto page Previous  1, 2  :| |:
MVSFORUMS.com -> TSO and ISPF

#16:  Author: DibakarLocation: USA PostPosted: Tue Jul 29, 2003 4:16 am
    —
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

#17:  Author: kolusuLocation: San Jose PostPosted: Tue Jul 29, 2003 6:11 am
    —
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

#18:  Author: DibakarLocation: USA PostPosted: Tue Jul 29, 2003 6:19 am
    —
Thanks again,

Diba



MVSFORUMS.com -> TSO and ISPF


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Goto page Previous  1, 2  :| |:
Page 2 of 2

Powered by phpBB © 2001, 2005 phpBB Group