How to list all users whose activity is being logged in CA ACF2
search cancel

How to list all users whose activity is being logged in CA ACF2

book

Article ID: 227183

calendar_today

Updated On:

Products

ACF2 - z/OS

Issue/Introduction

Is there  an ACF2 report which indicates all users who are having their activity logged.

 

Environment

Release : 16.0

Component : CA ACF2 for z/OS

Resolution

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)                                
 //