|
View previous topic :: View next topic
|
| Author |
Message |
cvnlynn
New User
Joined: 14 Jun 2017 Posts: 31 Location: US
|
|
|
|
Hi,
I would like to code in Rexx to limit access to certain RACF group. Please help. Thanks. |
|
| Back to top |
|
 |
vasanthz
Global Moderator

Joined: 28 Aug 2007 Posts: 1751 Location: Tirupur, India
|
|
|
|
| Limit what access to what group? Be descriptive of your requirement and what have you tried? |
|
| Back to top |
|
 |
David Robinson
Active User
Joined: 21 Dec 2011 Posts: 199 Location: UK
|
|
|
|
| Your requirement is a little vague, but the IRRXUTIL utility will most likely achieve what you're after. |
|
| Back to top |
|
 |
cvnlynn
New User
Joined: 14 Jun 2017 Posts: 31 Location: US
|
|
|
|
| in Rexx program, I would like to limit access (send err msg) to certain group (group consisted of TSO UserID) defined by RACF. |
|
| Back to top |
|
 |
Pedro
Global Moderator

Joined: 01 Sep 2006 Posts: 2624 Location: Silicon Valley
|
|
|
|
Your use of the rexx program is not clear to me. They already have to have access to the rexx program in order to execute it. I think you need to define your permissions ahead of time, before they try to execute the rexx program.
Though, I do not think this is a good scheme. For example, if the rexx program reads some secret data set, it is the data set that needs to be protected, not the rexx program. |
|
| Back to top |
|
 |
enrico-sorichetti
Superior Member

Joined: 14 Mar 2007 Posts: 10902 Location: italy
|
|
|
|
questions dealing with security should be discussed with the security group of Your organisation
NOT ASKED ON A FORUM
we know nothing about Your company rules and practices
so any advice ( even a technically sound one ) might be wrong and/or against Your company rules
topic locked |
|
| Back to top |
|
 |
|
|