Previous Topic: Command SyntaxNext Topic: Field Descriptor Table (FDT) Record


Maintaining the RDT

To maintain and list the RDT Record, the administrator needs the following:

TSS ADMIN(acid)  MISC1(RDT)

The administrator now wants to add the new resource class to the RDT Record with READ and WRITE access levels. To dynamically add this new resource class, he enters:

TSS ADDTO(RDT)  RESCL(PAY)  RESCODE(12)  ACLST(WRITE,READ)

In order to give the administrator appropriate authority to assign ownership and grant users access to a new resource class PAY, he needs the following:

TSS ADMIN(acid) PAY(OWN,XAUTH) ACC(READ,WRITE)

The administrator can now add this new resource class name PAY to a department that is within his scope. He enters:

TSS ADDTO(DEPT01)  PAY(401K)

Note: 401K is a resource name that is now accessed by the resource class PAY.

To permit this resource to USER01 with READ access, the administrator enters the following TSS command:

TSS PER(USER01) PAY(401K)  ACC(READ)

To list the data concerning PAY, the administrator enters:

TSS LIST(RDT) RESCLASS(PAY)

If the administrator eventually wants to display the owner(s) of the resource name 401K, he simply enters:

TSS WHOOWNS PAY(401K)

Likewise, if the administrator would like to display the authorization(s) for the resource class name, he would enter:

TSS WHOHAS PAY(401K)