Hi James,
Newlist type RACF_ACCESS includes simulation of RACLIST, from the manual:
Grouping profile members are only present as separate records for RACLISTed grouping classes,
For SETROPTS or GLOBAL=YES RACLIST-ed classes, permits per member profile or grouping profile member might be present twice because the RACLIST merge result is also returned for records that have the flag RACLIST_MERGE set on.
You could run a CARLa query on the active and the same on the OFFLINE database, and compare the results externally, i.e., eyeball the reports.
newlist type=racf_access
select member_class=TCICSTRN raclist_merge=yes
sortlist id access class profile
summary member_key(17) count(nd)
You have to allocate a relevant CKFREEZE so zSecure can figure out the link between grouping and member class, and the RACLIST status of the class.
Unfortunately, RACF_ACCESS does not offer the ACL(RESOLVE) functionality, so this report would only provide insight for re-organized profiles, not for restructured (user) groups.
You might be able to use COMPAREOPT to have zSecure show a comparison between the 2 databases, with 2 CKFREEZE files allocated and appropriate COMPLEX/VERSION values.
------------------------------
Rob van Hoboken
------------------------------