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

GRANT Access to other users


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

New User


Joined: 21 Mar 2006
Posts: 21
Location: USA

PostPosted: Fri Jul 07, 2006 1:17 am
Reply with quote

Is there a way I can grant access to the other users to my DSNs?
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Fri Jul 07, 2006 1:31 am
Reply with quote

If your shop uses RACF, this is possible.

You should currently have ALTER authority to all datasets starting with your USERID.

This solution assumes you have a RACF profile with your USERID.**

On the command line:
Code:

TSO PERMIT USERID.** ID(USER1) ACCESS(READ) CLASS(DATASET) GEN


USER1 is the USERID of the person you want to have access. You can decide on using READ, UPDATE, or ALTER.
READ implies only reading a file
UPDATE implies you can make changes and/or save an existing file.
ALTER implies you can create, change, and delete a file.

If you use ACF2 or Top Secret, this will not work
Back to top
View user's profile Send private message
MainframeHelp4_u

New User


Joined: 15 Aug 2006
Posts: 25

PostPosted: Sat Sep 02, 2006 3:02 pm
Reply with quote

Try ACF option ..like in the mainmenu.. u will have this option..

Just check in the main options screesn

Cheers
Mainframehelp4_u
Back to top
View user's profile Send private message
graswant

New User


Joined: 29 Apr 2006
Posts: 93
Location: Singapore

PostPosted: Wed Sep 20, 2006 2:23 am
Reply with quote

HI
I agree with Cpuhawg...Use the command which is given by him..."TSO PE yourdatasetname ID(USER1) ACCESS(type of access) CLASS(DATASET) GEN" where yourdatasetname will contain the dataset you want to give access to.....USER1 will be the user to whome you want to give access....type of access will be READ, UPDATE, ALTER as told by Cpuhawg....
AND THIS WILL ONLY WORK IF YOU USE RACF...OR YOU CAN ASK YOU SECURITY ADMIN GUY TO DO IT FOR U.....

CORRECT ME IF I AM WRONG....
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 How to access web services/website? Mainframe Interview Questions 4
No new posts IBM OnDemand Folders displaying to al... IBM Tools 6
No new posts VAGen Users IBM Tools 0
No new posts access the last host command CLIST & REXX 2
Search our Forums:

Back to Top