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

TSO PERMIT for READ access


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

New User


Joined: 16 Apr 2012
Posts: 11
Location: INDIA

PostPosted: Wed Nov 28, 2012 11:58 am
Reply with quote

I want to give access to other user to browse the file.
I gave
=====>> TSO PERMIT Then==>> 'MyID.**' ID(Other'sID) ACCESS(READ)
Will this work icon_sad.gif ?

Is there any command to give access?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 28, 2012 12:09 pm
Reply with quote

did You care to read my previous post about the consequences of mangling
<security> things without the proper authority.

and anyway You should have started a new topic, not resurrect an old one
Back to top
View user's profile Send private message
MOHAN KUMAR DURAIRAJAN

New User


Joined: 16 Apr 2012
Posts: 11
Location: INDIA

PostPosted: Wed Nov 28, 2012 12:30 pm
Reply with quote

Thanks for educating enrico-sorichetti icon_smile.gif . I was in curious to know about this command as my superior was not able to view my DS hlq file.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 28, 2012 12:38 pm
Reply with quote

Quote:
I was in curious to know about this command as my superior was not able to view my DS hlq file.


if Your superior does not have access to Your hlq files
YOU ARE NOT SUPPOSED TO GIVE IT

the access policies are dictated by the security group and officers
and should not overturned because of a stupid manager ...


I have seen cases where there was no relation between the rank and the access permissions.

and again mangling with security things might be cause for lawful termination
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Nov 28, 2012 6:03 pm
Reply with quote

Your site set up its security policies as the managers felt necessary. Your attempting to overturn those security policies is considered a very serious violation of company policy at most sites, and as Enrico said, could easily get you terminated.

The PROPER method for doing what you want is to put in a request to the security group to have your supervisor given access -- not to attempt to do this yourself.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Nov 29, 2012 12:26 am
Reply with quote

Assuming you are in a test environment...

I do not think PERMIT is intended as a conversational command. Though it will prompt for missing parameters, my advice is to provide them all at once.

I believe this:
Code:
'MyID.**'
provides access to all of your files, not just a single dataset, so use with caution. My recommendation is to only allow access to those datasets needed to be shared.

You first need to issue ADDSD command to create a profile, then use PERMIT to allow someone to use the dataset:
(untested)
Code:
ADDSD 'PEDRO.MY.TEST' UACC(NONE) GENERIC
PERMIT 'PEDRO.MY.TEST' ID(PV1)  ACCESS(READ)

Or perhaps issue LISTDSD command to see what profiles are already defined.
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 Error to read log with rexx CLIST & REXX 11
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 Random read in ESDS file by using RBA JCL & VSAM 6
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top