To add a profile to a user ACID, the command is:
TSS ADD(acid) PROFILE(profile1)
What are the commands to change this from profile1 to profile2 on the 'acid'?
Release : 16.0
Component : CA Top Secret for z/OS
To accomplish this, do the following:
TSS REMOVE(acid) PROFILE(profile1)
TSS ADD(acid) PROFILE(profile2)