When running the ACFRPTRX report job it is failing with a ACF4A803 error.
This is what is seen in the output:
ACF2 - ACFRPTRX - LOGONID ACCESS REPORT -
DATE 20/12/11 (20.346) TIME 00.00
INPUT PARAMETERS: NOACF2 DSET LID(USER1)
ACF4A803 UNABLE TO OPEN FILE LOGONIDS
If the JCL specifies NOACF2, then the DD statements for LOGONIDS, RULES, and INFOSTG need to point to the VSAM alternate databases, not the backup databases which are flat files. Either change the dataset names to point to the alternate databases, or change the SYSIN parameter in the JCL to ACF2 to run against the live database.
For more details see ACF2 documentation section: "ACFRPTRX - The Logonid Access Report".