Greetings, I am looking for some advice on how I can do filtering on the newlist type=sensdsn racf_acl field, since it does not support subselect like the "acl" version under newlist type=racf.
The goal is to only display racf_acl entries where the racf_acl access "subfield" is >= priv_access. Here is what I have so far without the desired filtering:
newlist type=sensdsn required retain pl=0,
esm=racf nopage header=column nodup
sortlist,
complex,
dsname(44),
priv_access("Priv_Access",firstonly,12),
racf_profile(firstonly),
racf_uacc,
racf_acl,
priv_senstype(firstonly),
priv_concern(firstonly,200)
Any guidance is appreciated
------------------------------
Adam Klinger
------------------------------