Is there a reports to list out PERMITs which ACTION(AUDIT)?
Release : 16.0
Component : CA Top Secret for z/OS
The closest thing that I am aware of is a TSS WHOHAS for each of the datsets and it will show you the PERMITs for the datasets. If any of the PERMITs have ACTION(AUDIT) it will show up in the display.
There really isn’t a built in report that will just display all PERMITS that have ACTION(AUDIT) for the dataset.
Another option could be is to run a TSSCFILE to dump all the permits to a dataset, then a user written program or report generating program could extract all the PERMITs with ACTION(AUDIT).