The RACF LPAR ETCL is set up as *ALL*, however, new resource classes and profiles are not be added to the database.
Release : 16.0
Component : ACF2 for z/OS
The sample JCL CDY1JCL0(AT8DBRC) member with AT8#DBU program needs to be run on regular basis based on needs, weekly, monthly etc.
This job refreshes the tracking database to pick up any changes in the RACF databases.
Run this job with *ALL * to pickup changes from the security database.
//S2 EXEC PGM=AT8#DBU,REGION=4M
//STEPLIB DD DISP=SHR,DSN=@@@@.CDY1LINK
//SYSPRINT DD SYSOUT=*
//SYSOUT DD DUMMY
//SORTWK01 DD UNIT=3390,SPACE=(CYL,15)
//SORTWK02 DD UNIT=3390,SPACE=(CYL,15)
//*
//RDBU DD DSN=&&RDBU,DISP=(OLD,PASS)
//DBASE DD DSN=@@@@.DB,DISP=SHR
//DBBACKUP DD UNIT=SYSDA,SPACE=(CYL,(50,50),RLSE)
//*
//SYSIN DD *
*ALL* REFRESH THE DATABASE