Is there a way to produce a report in ACF2 that consists of all the users who've logged in at a particular source?
Release : 16.0
Component : ACF2 for z/OS
The only report that is available is ACFRPTSL.
This is the selected logonid list program.
You can list all logonids that have an ACC-SRCE or a particular value,
but this value is only valid from the last logon with the logonid.
for example..
//STEP2 EXEC PGM=ACFRPTSL,REGION=4096K
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
INPUT(ACF2)
REPORT(SHORT)
SFLDS(ACC-DATE ACC-TIME)
IF(ACC-SRCE EQ 'A21LO902')
The output would be something like this...
CA ACF2 - ACFRPTSL - LOGONID SUPERLIST REPORT - PAGE 2
DATE 12/21/21 (21.355) TIME 14.52
LOGONID NAME DATE TIME CHANGER ACC-DATE ACC-TIME
USER001 'TSO USER' 08/06/20-07:35 06/06/14 12:43
USER002 'TSO USER' 08/18/21-08:06 06/22/16 13:47
USER003 'TSO USER' 12/08/20-17:00 12/08/20 16:19
USER004 'TSO USER' 08/06/20-07:35 04/21/15 11:39
USER005 'TSO USER' 08/06/20-07:35 10/04/11 07:1