A USER field is defined in the ACFFDR referred to as NUMBER.
How can ACF2 be used to list logonids within a range in this numeric field?
For example: between 123400000 and 123400099
Release : 16.0
Component : ACF2 for z/OS
To list all logonids with NUMBER between 123400000 and 123400099.
This command can be used.
ACF
Set terse
list if(NUMBER >= u'123400000' and NUMBER <= u'123400099')
END
You can also use acfrptsl to list user fields
https://techdocs.broadcom.com/us/en/ca-mainframe-software/security/ca-acf2-for-z-os/16-0/reporting/acfrptsl-selected-logonid-list.html
for example