In this document:
https://comm.support.ca.com/kb/convert-z-os-2-3-member-izusec-from-racf-to-tss-commands/kb000095769It's written:
**
TSS CRE(IZUADMIN) NAME('IZUADMIN PROFILE') TYPE(PROFILE) DEPT(dept)
A type GROUP ACID cannot be added to a PROFILE acid in Top Secret. When adding IZUADMIN to an ACID, IZADMNGP also needs to be added. For example:
TSS ADD(acid) PROFILE(IZUADMIN) GROUP(IZADMNGP)
**
In the Top Secret documentation:
Note: The GROUP and PROFILE keywords cannot be used in the same TSS commands.
The keywords are interchangeable and coding GROUP() removes both GROUPS and PROFILE.
Based on this, the command is not correct: TSS ADD(acid) PROFILE(IZUADMIN) GROUP(IZADMNGP)