When automated recovery and security is used, specific tasks and
permissions are required.
If RACF® or similar security product is in place, ensure
that the DWWCBINF, DWWCBRRG, and DWWCBRRY tasks are started within RACF. The tasks
must be assigned a user ID with appropriate authorization to obtain access
to data sets explicitly defined via DD statements in the DWWCBINF, DWWCBRRG,
and DWWCBRRY samples, and to browse their outputs. For example, you can run:
RDEFINE STARTED CICSVR.* STDATA(USER(SYSTASK))
SETR RACLIST(STARTED) REFRESH
RDEFINE STARTED DWWCBRRY.* STDATA(USER(userid))
RDEFINE STARTED DWWCBRRG.* STDATA(USER(userid))
RDEFINE STARTED DWWCBINF.* STDATA(USER(userid))
SETR RACLIST(STARTED) REFRESH
For RACF details see the
z/OS® Security
Server RACF System
Programmer's Guide.