Is there a report that will display all dataset PERMITs that have ACTION(AUDIT)?
Release : 16.0
Component : CA Top Secret for z/OS
Currently there is no report that will display add datasets that have a PERMIT with ACTION(AUDIT).
The closest thing functionality is a TSS WHOHAS for a specific dataset prefix which will show you all the PERMITs for that dataset prefix. If any of the PERMITs have ACTION(AUDIT), it will show up in the display. A user written program could be created to extract the information from the TSS WHOHAS output.
Another alternative could be to run a TSSCFILE batch utility 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).