When defining a new RDT entry the access levels in ACLST needs to be in descending order.
Then access levels within the ACLST should be unique and in descending hexadecimal order so that permits with multiple access levels display the highest possible access level.
For example, if the list specifies READ,UPDATE=6000; the UPDATE implies READ and a permit is issued for UPDATE access.
Then the TSS LIST command will show that the permit includes READ access and will display READ instead of UPDATE.
The access level is displayed correctly if the ACLST is specified as UPDATE=6000,READ.
The command should be:
TSS ADD(RDT) RESCLASS(XXXX) ACLST(ALL,UPDATE=6000,READ,CONTROL,NONE) DEFACC(READ)