How to run the ACFRPTIX ACF2 report in the ACFRPTPP job stream?
search cancel

How to run the ACFRPTIX ACF2 report in the ACFRPTPP job stream?

book

Article ID: 191974

calendar_today

Updated On:

Products

ACF2 ACF2 - z/OS ACF2 - MISC

Issue/Introduction

The ACFRPTIX runs successful alone, having issues running it in a job stream with other reports.

Environment

Release : 16.0

Component : CA ACF2 for z/OS

Resolution

The ACFRPTIX report is not built into the ACFRPTPP report. 
You can still run the report by either:

1) Adding the ACFRPTIX JCL into your ACFRPTPP job stream as a separate step (this is the easiest way), or..

2) A) Adding the LID/Role file into the list of file names in the ACFRPTPP step of  your        ACFRPTPP job, like so:

    //SMF$LR DD DSN=&LR,SPACE=(CYL,(1,1)),DISP=(,PASS),UNIT=SYSDA

   B)  Add the step below to the end of your ACFRPTPP job:

        //ACFRPTIX EXEC ACFRPT,PROG=IX,DS='&LR',
        // PARM='TITLE(ACFRPTIX REPORT)'
        //*
        //DETAIL DD SYSOUT=*
        //*
       //SYSIN DD *
         DETAIL
       //*

More information on adding files into the ACFRPTPP report can be found at this link:

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/security/ca-acf2-for-z-os/16-0/reporting/acfrptpp-the-preprocessor.html