Hi Stan,
In RA.U you can use the Additional selection criteria, more specifically for Segment Absence:
Additional selection criteria
_ Other fields _ Attributes _ Segment presence / Absence
Then you select CSDATA from the list.
If you go to the RESULTS panel to look at the generated query, you should see something like this:
000001 n segment=CSDATA n=exclsegm outlim=0
000002 s c=user segment=CSDATA
000003 sortlist segment
000004 n rds notproflist=exclsegm required allowrestrict i=base segment=BASE,
000005 n=baseud t=:t1,
000006 st='All users with no segment CSDATA',
000007 sumhelppanel=CKRT3SBP,
000008 nodetailinherit helppanel=c2rt3utd detailhelppanel=c2rt3ude
000009 s s=base c=user
So essentially, you create a dummy newlist in which you select the users with a CSDATA segment, and then specify on a second newlist that you want to exclude those users from the output you generate there.
The first newlist generates no output because of OUTLIM=0. The newlists are linked through the name of the first newlist, in this case EXCLSEGM, and the NOTPROFLIST keyword excludes on the profile (not just segment!) level from the second newlist whatever was present in the first one.
(PROFLIST and NOTPROFLIST are specific to working with RACF profiles, and behave unlike LIKELIST in that they generalize from the segment to the profile level like this.)
Regards,
------------------------------
Jeroen Tiggelman
IBM - Software Development Manager IBM Security zSecure Suite
Delft
------------------------------
Original Message:
Sent: Tue December 19, 2023 08:33 AM
From: Stan van OERS
Subject: Select users/groups without a segment
L.s
I think I have a simple question. It is simple to select all users or groups with a Custom data field. But how to select users or groups without that segment.
Stan
------------------------------
Stan van OERS
------------------------------