RACF
Another reminder:
(Optional) Define an entry in RACF for CLASS STARTED and your name with STDATA USER for the userid under which you want to run the task. If you have a generic profile you might prefer to use that. Note that tttuser represents the userid defined for TOPAZTST.
RDEFINE STARTED HCI started task.* STDATA(USER(tttuser))
SETROPTS RACLIST(STARTED) REFRESH
SETROPTS RACLIST(STARTED) REFRESH
The task user must be authorized to SURROGAT by end users:
RDEFINE SURROGAT *.SUBMIT UACC(NONE)
PERMIT *.SUBMIT CLASS(SURROGAT) ID(tttuser) ACCESS(READ)
SETROPTS RACLIST(SURROGAT) REFRESH
PERMIT *.SUBMIT CLASS(SURROGAT) ID(tttuser) ACCESS(READ)
SETROPTS RACLIST(SURROGAT) REFRESH
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*