How do you specify output datasets for the ACFDSNSZ and ACFRSCSZ execs which provide ruleset sizes for sites that are implementing RULELONG?
Both of the ACFDSNSZ and ACFRSCSZ execs allow for specification of an OUTDSN for reports. The two execs can write to a output to a dataset as follows.
Sample ACFDSNSZ and ACFRSCSZ executions for Dataset to write report.
ACFDSNSZ for Dataset Access Rules.
** TSO PREFIX will be added to dataset name
Sample:
===> ACFDSNSZ dataset.out
CA ACF2 for z/OS Access Rule Size Processor
Processing access rules - X
Writing report to: 'USER002.DATASET.OUT'
Processed 1612 lines.
Rules found = 806
Wrote control records to $ORTPARM
Wrote control records to SYSIN
Report written to: 'USER002.DATASET.OUT'
ACFRSCSZ for Resource Rules.
** TSO PREFIX will be added to dataset name
Sample:
===> ACFRSCSZ saf outdsn(resource.out)
CA ACF2 for z/OS Resource Rule Size Processor
Processing resource(SAF) rules
Writing report to: 'USER002.RESOURCE.OUT'
Processed 173 lines.
Rules found = 29
Wrote control records to $ORTPARM
Wrote control records to SYSIN
Report written