Examples: DEFACC keyword

This example creates a user‑defined resource class. If the access level is not known to CA Top Secret, specify the hex value in the DEFACC as well as the ACLST fields:

TSS ADDTO(RDT) RESCLASS(NEWRES)
               RESCODE(001)
               ACLST(ALLOW=4000)
               DEFACC(ALLOW=4000)

This example establishes a TSS PERMIT default access level of READ to the #PRODUCT resource:

TSS ADDTO(RDT) RESCLASS(#PRODUCT)
               RESCODE(002)
               DEFACC(READ)

Now, when any #PRODUCT resource is permitted to a user and the ACCESS keyword is omitted from the PERMIT, a default access level of READ is used.


Copyright © 2009 CA. All rights reserved. Email CA about this topic