On the security statement in the CA 7 initialization deck, you specified SUBUID=(OWNER,CA7). This should cause CA 7 to insert the userid based on the hierarchy specified. It should insert the OWNER if defined on job definition and next insert the id assigned to the CA 7 started task. But, CA 7 is not inserting any id. What could cause this behavior?
Release : 11.3
Component : CA-7
You can only use SUBUID if you are using external security for at least logon verification. This mean the security statement must have EXTERNAL=LOGON coded.
examples
The below statement indicates "NO" external security and therefore the SUBUID option is not active
SECURITY,NAME=SASSSECx,SUBUID=(OWNER,CA7)
SECURITY,NAME=SASSSECx,EXTERNAL=LOGON,SUBUID=(OWNER,CA7)