How can you filter the ACFRPTRV report to only list against the key of all asterisks? With the ID field set to all asterisks, I get excessive parameter length. If I shorten down the ID field I get records for all rules that have log.
$KEY(****************************************) TYPE(FAC)
UID(*) SERVICE(READ,ADD,DELETE,UPDATE) LOG
//REPORT EXEC PGM=ACFRPTRV,
// PARM=('TITLE(ACFRPTRV - LOG)',
// 'CLASS(R)',
// 'TYPE(FAC)',
// 'ID(****************************************)',
// 'LOG',
// 'DETAIL',
// 'PRINTER')
2 IEF642I EXCESSIVE PARAMETER LENGTH IN THE PARM FIELD
Release : 16.0
Component : CA ACF2 for z/OS
The ACFRPTRV can not filter on the resource key of all asterisks.