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

how to give vsam file access to other user


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kiran_polnati
Warnings : 2

New User


Joined: 23 Jun 2005
Posts: 22

PostPosted: Tue Apr 24, 2007 6:06 pm
Reply with quote

i have created vsam file through fileaid

my q is how to give vsam file edit access to other user

files are created with my user id as high qualifier

eg: myid.bbb.vsam.file1


Thanks in advance
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Apr 24, 2007 6:18 pm
Reply with quote

If you use RACF you may be able to define your own dataset profile as it is under your uid, and then permit others to access it accordingly.

I think it is
Code:

ADDSD 'your dataset name' GENERIC UACC(NONE) OWNER(uid)

PE 'your dataset name' ID(whoever) A(READ/UPDATE/CONTROL/ALTER)
Back to top
View user's profile Send private message
zensa

New User


Joined: 21 Feb 2007
Posts: 10
Location: India

PostPosted: Thu Apr 26, 2007 12:34 pm
Reply with quote

Hi,

When you create VSAM files using FILE-AID, you have a section called " Specify Allocation options", under that section you have two options

1) Region share option of values ranging from 1 to 4.

2) System share option of values 3 & 4.

For granting Write and Read access to multiple users, use option 3 in Region share option and 3 in System share option.

Hope this helps.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Apr 26, 2007 2:17 pm
Reply with quote

there are a few perspective to be considered

technical :
if Your skills allow it no problem it can be done with a few commands issued
to the securty manager application ( RACF/ACF/TOPSECRET)
at least 2 are needed
>> define the profile
>> define the access list

STRONG ADVICE:
do not rely on forum consultancy for these kind of problems,
remember this is a voluntary effort, and even if You might get the answers You need, You might not get them in time (Your urgency is NOT our urgency)

and again there are the security and auditing issuess
organizations with a medium and higher security approach frown upon users playing around with security related command
from a legal point of view they are responsible for the content of their personal archives and the disclosure of their content

I do know more than one organization were this approach is forbidden
( I STRONGLY AGREE WITH THEM )

the less You muck around with profiles and access list the better You live

If there is any data that You need to share, plan the approach with Your project coordinator

regards

e.s
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Binary File format getting change whi... All Other Mainframe Topics 7
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top