The following RACF command is a z/OS 2.4 requirement:
RDEF SDSF ISFJOB.DDNAME.** UACC(NONE) OWNER(MF@ORG) +
AUDIT(FAILURES(READ))
What is the Top Secret equivalent?
Release : 16.0
Component :
The TSS equivalent of:
RDEF SDSF ISFJOB.DDNAME.** UACC(NONE) OWNER(MF@ORG) +
AUDIT(FAILURES(READ))
is:
TSS ADD(dept) SDSF(ISFJOB.DDNAME.)
Where ‘dept’ is the department you want to own the resource.
This will define SDSF(ISFJOB.DDNAME.) to Top Secret so it can be permitted via:
TSS PERMIT(acid) SDSF(ISFJOB.DDNAME.) ACCESS(acc)
Where ‘acid’ is the user’s acid, an attached profile, or the ALL record if all users should have access.
‘acc’ is the access level (ie READ, UPDATE, etc).