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 

Grant access for PDS

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
boddupalli1975
Beginner


Joined: 01 Feb 2005
Posts: 5
Topics: 3

PostPosted: Tue Feb 01, 2005 7:47 am    Post subject: Grant access for PDS Reply with quote

How to grant access my PDS to other users? Please let me know the command using option 6 from ISPF main menu.
Back to top
View user's profile Send private message
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Tue Feb 01, 2005 8:06 am    Post subject: Reply with quote

Are you maybe looking for the PERMIT command?:
Code:

PERMIT 'DSN' ID(USERID) ACCESS(read)
Back to top
View user's profile Send private message
boddupalli1975
Beginner


Joined: 01 Feb 2005
Posts: 5
Topics: 3

PostPosted: Tue Feb 01, 2005 8:25 am    Post subject: Reply with quote

Thanks for the response.

After processing the command it says "Dataset not defined to RACF" even though the dataset it is present.
Back to top
View user's profile Send private message
programmer1
Beginner


Joined: 18 Feb 2004
Posts: 138
Topics: 14

PostPosted: Tue Feb 01, 2005 8:58 am    Post subject: Reply with quote

boddupalli1975,

Try using

PERMIT 'DSN' ACCESS(read) ID(USERID) GENERIC
_________________
Regards,
Programmer
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Tue Feb 01, 2005 9:04 am    Post subject: Reply with quote

boddupalli1975,

Here is a detailed explanation of the error you are getting.

Code:

ICH06004I profile-name NOT DEFINED TO RACF                               
                                                                         
          Explanation:  The specified profile name is not defined to RACF.
                                                                         
          Note:  If you enter the PERMIT command for a fully qualified   
                 generic profile (one whose name has no generic           
                 characters), but you do not specify the GENERIC operand,
                 RACF issues this message. This occurs because, without   
                 the GENERIC operand, RACF looks for a discrete profile of
                 that name. For example, if there is a fully qualified   
                 generic profile named ABC.DATA, and you enter the       
                 following command:                                       
                                                                         
                   PERMIT 'ABC.DATA' ACCESS(READ) ID(JOE)                 
                                                                         
                 RACF looks for a discrete profile named ABC.DATA and, if
                 there is none, issues this message (ICH06004I ABC.DATA   
                 NOT DEFINED TO RACF). To identify for RACF the generic   
                 profile, specify the GENERIC operand as follows:         
                                                                         
                   PERMIT 'ABC.DATA' ACCESS(READ) ID(JOE) GENERIC         
                                                                         
                 Likewise, when using the FROM operand to copy an access 
                 list from a fully qualified generic profile, specify the
                 FGENERIC operand to identify the fully qualified generic
                 profile to RACF.                                         
                                                                         
          System Action:  Command processing stops.                       
                                                                         


Hope this helps...

Cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
rishikesh_u
Beginner


Joined: 26 Jul 2004
Posts: 5
Topics: 3

PostPosted: Mon Mar 07, 2005 4:41 am    Post subject: Reply with quote

Try this,

Type RACF from command promt
then select the option 1 . DATA SET PROFILES
then again select option 1 Add a profile then type the profile name as the PDS which you want to give the access

and fill in the other details.. and press Enter and your PDS can be accessed.

Hope this helps.
Back to top
View user's profile Send private message AIM Address
Manas Biswal
Intermediate


Joined: 29 Nov 2002
Posts: 382
Topics: 27
Location: Chennai, India

PostPosted: Mon Mar 07, 2005 3:23 pm    Post subject: Reply with quote

Use TSO ADDSD to define your dataset to RACF before using TSO PERMIT. Pls do a TSO H ADDSD on your TSO session to know the exact syntax of ADDSD. I have forgotten the exact syntax of the command.

Thanks,
Manas
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
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
Page 1 of 1

 
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