How do you recover resource rule for ACF2?
search cancel

How do you recover resource rule for ACF2?

book

Article ID: 204501

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC

Issue/Introduction

Updated a production rule and it is in error, how can they retrieve an older version of it?

Environment

Release : 16.0

Component : CA ACF2 for z/OS

Resolution

The ACFRPTEL report generator processes the SMF records issued for CA ACF2 recovery purposes and lists each change to the Infostorage database. This report would need to be ran against the SMF that was active at the time of the change.

Example:
//STEP1 EXEC PGM=ACFRPTEL
//RECFILE1 DD DSN=SYS1.MAN1,DISP=SHR
//RECFILE2 DD DSN=SYS1.MAN2,DISP=SHR
//RECFILE3 DD DSN=SYS1.MAN3,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
DETAIL CLASS(R) TYPE(CKC)

The CHANGES parameter can be specified to list specific lines that were INSERTed or DELETEd, to assist with identifying specific rule entries that need to be recovered.

Example:
//REPORT  EXEC PGM=ACFRPTEL          
//SYSPRINT DD SYSOUT=*               
//RECMAN1  DD DISP=SHR,DSN=SYS1.MAN1 
//RECMAN2  DD DISP=SHR,DSN=SYS1.MAN2 
//RECMAN3  DD DISP=SHR,DSN=SYS1.MAN3 
//SYSIN    DD *                      
TITLE(ACF2 EL REPORT)                
DETAIL                               
CLASS(R)                             
TYPE(SER)                            
CHANGES