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)
Environment
z/os
Cause
Confusion on command formats
Resolution
TSS ADD(acid) PROF(prof,group) will add to 'acid' 'prof' as a profile and 'group' as a group, with 'prof' being a true PROFILE type ACID and 'group' a true GROUP type ACID. It works in the same way with the TSS REMOVE command. In the case of IZUADMIN and IZADMNGP above, the command
TSS ADD(acid) PROFILE(IZUADMIN,IZADMNGP)
will add IZUADMIN as a profile and IZAMDNGP as a group.