So i'm definig users to racf on a z/OS (ADCD version at my university) using a rexx script. Therefore i want to create top generic profiles for the users in order to secure their datasets. Say i'm creating a user called TEST1. Therefore i would use
ADDSD 'test1.*' UACC(NONE)
to create the top generic profile. If i issue the command from tso all works fine. But if i issue the command from my rexx skript, racf creates a profile named "myusername.test1.* instead of "test1.*" So somehow my username is added as the HLQ when creating the profile. Does any one know why that happens and how to fix it? Thanks.