In connection to ISFATTR. (related to GSDSF class) 'Overtype fields'
GSDSF is not a resource class name that is defined to Topsecret.
TSS PER(ALL) ISFATTR. ACCESS(FETCH) What is the purpose of this access ?
How can the ISFATTR (Over typable fields) resources be controlled in Top Secret?
Release : 16.0
Component : Top Secret for z/OS
Top Secret does not support resource class GSDSF since it is a
"grouping" class within RACF and the concept is not in Top Secret.
Any reference to GSDSF can be translated directly to class SDSF since that is the class
always used to do the resource validation in Top Secret.
There is no resource class of ISFATTR, that is the prefix name of the
attribute resources in SDSF.
So the class name should be SDSF and the examples should look like this:
TSS PER(ALL) SDSF(ISFATTR.OUTPUT.DEST) ACCESS(READ)
TSS PER(SYSPROG) SDSF(ISFATTR.OUTPUT) ACCESS(UPDATE)