How to list all security logonids in CA-ACF2 that have not been used within a date range
search cancel

How to list all security logonids in CA-ACF2 that have not been used within a date range

book

Article ID: 215670

calendar_today

Updated On:

Products

ACF2 - z/OS

Issue/Introduction

How to list, as an example, all logonids that have the security attribute and whose last access was after January 1st 2015 and before December 31st 2020  

Environment

Release : 16.0

Component : CA ACF2 for z/OS

Resolution

ACF
SET LID
SET TERSE
LIST IF(SECURITY and (ACC-DATE ge u'01/01/15' and ACC-DATE le u'12/31/20'))
END