We have a need to define a resource for a new product. The sample definition is given in RACF
What is the Top Secret equivalent of this RACF command
- RDEFINE STARTED <HBRSSID_NAME>MSTR.* STDATA(USER(<HBRSSID_USER>)GROUP(<HBRSSID_GROUP>))
Equivalent TSS commands:
TSS ADD(STC) PROCN(MSTR) ACID(hbrssid_user)
TSS ADD(hbrssid_user) GROUP(hbrssid_group)