Is there an ACF2 report which indicates all users who are having their activity logged.
Release : 16.0
Component : CA ACF2 for z/OS
either use ACF command
ACF
SET TERSE
LIST IF(TRACE)
END
or use ACFRPTSL
//STEP2 EXEC PGM=ACFRPTSL,REGION=4096K
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
INPUT(ACF2)
REPORT(SHORT)
SFLDS(TRACE)
IF(TRACE)
//