How TAMz elevations can change UID/GID for OMVS to allow access.
Trying to write to the file as an owner with an elevated user. OMVS checks for that user's UID and isn't allowing access.
Release : 1.1
Component : CCS390 - CA COMMON SERVICES FOR Z/OS
TAMz will not allow switching to the users UID in OMVS. However, TAMz will allow you to add GIDs to a user. Which if you write a BPX.SRV SURROGAT resource to the end users. Will allow TAMz to elevate to the gid.
You can then change the access permissions on the Unix file to 775, allowing group access, and the user should now be able to write to that file.
Steps to take: