Setting up a resource class in CA Top Secret to allow ownership up to 26 characters.
In this example we are using resource class CHA1VIEW and adding support for ownerships up to 26 characters.
TSS ADD(RDT) RESCLASS(CHA1VIEW) ATTR(LONG,GENERIC) ACLST(READ,UPDATE,DELETE=E000,ADD=F000) DEFACC(READ) RESCODE(1nn)
__OR__
TSS ADD(RDT) RESCLASS(CHA1VIEW) ATTR(LONG,GENERIC) ACLST(READ,UPDATE,DELETE=E000,ADD=F000) DEFACC(READ) RESCODE(1nn) MAXLEN(128)
Either of the above commands will allow the resource ownerships to extend out to 26 characters. The difference in the commands is that the resource class as with the first command will allow only for a 44 character resource name. The second command will allow the resource name to be specified up to 128 characters.
An example ownership command would be:
TSS ADD(anydept) CHA1VIEW(VIEW.IDXV.1111111111.22222)
Please refer to the CA Top Secret Command Functions Guide for more details about the TSS ADD command and the RDT (Resource Descriptor Table).