Profiles specific to user

2018-11-02 Thread Sankaranarayanan, Vignesh
Hello lists, I've look around a bit and also realise there's a screen within the RACF panels itself to do the following: Show all dataset profiles that a user has some access to. Is it possible to produce this as a report by parsing DBU00? Found this - http://www.oocities.org/steveneeland/ICE69.

Re: Profiles specific to user

2018-11-02 Thread Roger Lowe
On Fri, 2 Nov 2018 10:25:27 +, Sankaranarayanan, Vignesh wrote: >Hello lists, > >I've look around a bit and also realise there's a screen within the RACF >panels itself to do the following: >Show all dataset profiles that a user has some access to. > >Is it possible to produce this as a rep

Re: Profiles specific to user

2018-11-02 Thread Jesse 1 Robinson
[mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Roger Lowe Sent: Friday, November 02, 2018 7:39 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Profiles specific to user On Fri, 2 Nov 2018 10:25:27 +, Sankaranarayanan, Vignesh wrote: >Hello lists, > >I've look around a bit an

Re: Profiles specific to user

2018-11-03 Thread Elardus Engelbrecht
Jesse 1 Robinson wrote: >I would love to see that RACF screen... Not really, you can see that accesses in a sort of way. Look in RACF-L for my reply to that OP. For a LISTDSD, you see the list of ids/groups and then you deduce the right access. There is a place in a RACF screen where you type

Re: Profiles specific to user

2018-11-03 Thread Mike Cairns
Unfortunately the SEARCH command only applies to the user executing the command. Returning the profiles that *you*, the executing user, have access to. I think what Vignesh is asking for is a list of the profiles for a given user when asking the question as an administrator. Others have point

Re: Profiles specific to user

2018-11-03 Thread Walt Farrell
On Sat, 3 Nov 2018 15:00:01 -0500, Mike Cairns wrote: >Unfortunately the SEARCH command only applies to the user executing the >command. Returning the profiles that *you*, the executing user, have access >to. I think what Vignesh is asking for is a list of the profiles for a given >user when

Re: Profiles specific to user

2018-11-08 Thread Elardus Engelbrecht
Sankaranarayanan, Vignesh wrote: >Thanks all, so we've roughly come to the same answer, i.e., processing DBU00 >using SORT/ICETOOL/REXX or Nigel's utilities.. >Will wait to hear from Elardus on whether he can share his sweet pre-existing >REXX 😊 Sorry that you have to wait 1000 years, but I got

Re: [EXTERNAL] Re: Profiles specific to user

2018-11-04 Thread Sankaranarayanan, Vignesh
Mainframe Discussion List On Behalf Of Walt Farrell Sent: 03 November 2018 22:07 To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: Profiles specific to user On Sat, 3 Nov 2018 15:00:01 -0500, Mike Cairns wrote: >Unfortunately the SEARCH command only applies to the user executing the >com

Re: [EXTERNAL] Re: Profiles specific to user

2018-11-06 Thread Elardus Engelbrecht
Sankaranarayanan, Vignesh wrote: >Thanks all, so we've roughly come to the same answer, i.e., processing DBU00 >using SORT/ICETOOL/REXX or Nigel's utilities.. >Will wait to hear from Elardus on whether he can share his sweet pre-existing >REXX 😊 I lost/overwritten my REXX, so that is not 'sweet

Re: [EXTERNAL] Re: Profiles specific to user

2018-11-08 Thread Sankaranarayanan, Vignesh
: Profiles specific to user Sankaranarayanan, Vignesh wrote: >Thanks all, so we've roughly come to the same answer, i.e., processing DBU00 >using SORT/ICETOOL/REXX or Nigel's utilities.. >Will wait to hear from Elardus on whether he can share his sweet >pre-existing REXX 😊

Re: [EXTERNAL] Re: Profiles specific to user

2018-11-09 Thread Elardus Engelbrecht
Sankaranarayanan, Vignesh wrote: >Thanks for this.. can this be updated to add accesses available through UACC? No. That type of info is in the base part of the profile. Look in unloaded record type 0400 for datasets this field DSBD_UACC and adjust the ICETOOL job for that. Look in this below

Re: [EXTERNAL] Re: Profiles specific to user

2018-11-09 Thread Sankaranarayanan, Vignesh
Ahhh, SORT is my kryptonite.. – Vignesh Mainframe Infrastructure -Original Message- From: IBM Mainframe Discussion List On Behalf Of Elardus Engelbrecht Sent: 09 November 2018 09:17 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [EXTERNAL] Re: Profiles specific to user Sankaranarayanan