I have used the following carla code to create a sensdsn report. It has the racf_acl which produces the access list for all of these datasets. This is what I want however it is too much. I am trying to restrict the acl to just those entries that are equal to or greater than the value in the risk field. Any guidance would be appreciated.
newlist type=sensdsn required retain pl=0,
esm=racf nodup header=column
select exists(priv_access)
sortlist,
complex,
system,
dsname(44),
racf_profile(44),
racf_uacc,
racf_acl,
risk,
priv_access("Priv_Access",firstonly,11),
priv_senstype(firstonly),
priv_concern(firstonly,200)
------------------------------
Peter Roberts
------------------------------