Greetings, I have a feeling there's a simple way to do this, but cannot figure out how (locate the field, if one exists).
Is there a way using CARLa like below to determine if the "access_via_when" field is a RACF UserID or Group?
ALLOC TYPE=RACF BACKUP ACTIVE
N REQUIRED N=SCOPE0L TYPE=REPORT_SCOPE
DEFINE HIGH_ACCESS("HighAcc") MAX(ACCESS)
sortlist id(page,toptitle) id:name(page,toptitle),
complex(page,toptitle) stamp(toptitle),
class key(nondispl),
proftype key("Profile name") volser access_via_when
REPORT SCOPE=TESTID
------------------------------
Adam Klinger
------------------------------