RACF
Another reminder:
Optionally, 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
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
| Generally, everything in RACF should be on a group basis, not a user basis. So you might want to create RACF USER GROUP for Topaz for Total Test users and connect the relevant ones to that group. |
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*