Using the ACFRPTRV report through the ACF2 ISPF panels for SMF records in a logstream. If ID parameter is blank, many records are returned including many with CSFDSV. Specify ID CSF- or CSFDSV and no records are returned.
Release : 16.0
Component : ACF2 for z/OS
The ID parameter on the ISPF panel that the field is case sensitive. When entering an ID parameter in lower case the error occurred, when entering ID '-' or and masked value, as long as the characters were in upper case no errors occurred and records were returned.
The ID parameter is working as designed. Resource names can be in mixed case so the ID field needs to accept both upper and lower case. For example, consider the following resource validation:
RHFS-/bin.filename LOG RHFS-/bin
S2112USER002XUSER002 termid sysid ACF9CFAT NO-REC NON-CNCL DIRECTRY EXE
22.038 02/07 08.21 USER0024 USER002 username 0 8 0 0
SAF RESOURCE CLASS HFSSEC
RESOURCE NAME: /bin/filename
The ACF2 ISPF panel for the ACFRPTR report ID field report with the above SMF entry will only work when the ID is in lower case to match the case of the mixed resource being validated:
ID ===> /BIN fails
ID ===> /bin works
Note: The above example is based on a GO CLASMAP for HFSSEC being set to MIX.