Getting the following message trying to add an indexed VTOC to a volume.
TSS7207E Volume xxxxxx Requested Access Level (ALL ) Not Authorized
The violation report shows requested access ALTER, allowed access CREATE.
What is the proper syntax to add a profile to allow access?
Release : 16.0
Component : CA Top Secret for z/OS
To permit this, the command is:
TSS ADD(dept) VOLUME(xxxxxx) (if not already done)
TSS PER(acid) VOLUME(xxxxxx) ACC(ALL)
where
'dept' is the department ACID to own the resource.
'acid' is the user's ACID, an attached profile, or the ALL record if everyone should be allowed.