By default, all processes started by the CICS® VR server address space run under an undefined RACF® user ID.
RDEFINE STARTED CICSVR.* STDATA(USER(SYSTASK))
SETR RACLIST(STARTED) REFRESH
RDEFINE STARTED DWWBAFJS.* STDATA(USER(user ID))
SETR RACLIST(STARTED) REFRESH
RDEFINE STARTED DWWRMDFS.* STDATA(USER(user ID))
SETR RACLIST(STARTED) REFRESH
CICS VR uses a customized version of the log
of logs scan JCL skeleton to run the log of logs scan at regularly
scheduled times and to run the scan manually at convenient times.
The skeleton is located in member DWWARSCA of the CICS VR library
SDWWCNTL. Edit the JOB statement in the log of logs scan JCL skeleton
to conform to the environment standards. Copy the updated DWWARSCA
member into PROCLIB library. If RACF or
a similar security product is in place, define the DWWARSCA started
task to RACF and assign it to a user ID with the appropriate
authorization to browse the output of the log of logs scan job. For
more information about log of logs scanning see, Automatic and manual log of logs scanning.
If you plan on using automated recovery, and if RACF or a similar security product is in place, be sure to define the DWWCBINF, DWWCBRRG and DWWCBRRY started tasks to RACF. Assign these tasks to a user ID with appropriate authorization to browse the output of automated recovery job.
For RACF details see z/OS® Security Server RACF System Programmer's Guide. For details of using CICS VR automatic batch backout, see Automatically running CICS VR batch backout.