Greetings all, back with another CARLa question to tackle.
Is there a way to "explode" the contents of a RACFVARS profile in a CARLa query? For example I have a query such as below:
newlist type=RACF nopage retain
define sub_acl(resolve) subselect acl(exists(user))
SELECT CLASS=JESSPOOL
SORTLIST class(8), key(44,'Resource'),
sub_acl(resolve,'User Access Group')
Which returns results like such:
JESSPOOL &RACLNDE.ADAM1*.** USER1 ALTER GROUP
JESSPOOL &RACLNDE.ADAM1*.** USER2 ALTER GROUP
But let's say in the &RACLNDE profile in the RACFVARS class I have SYSTEM1 and SYSTEM2, in this case I'd like to resolve the profile results to something like such:
JESSPOOL SYSTEM1.ADAM1*.** USER1 ALTER GROUP
JESSPOOL SYSTEM1.ADAM1*.** USER2 ALTER GROUP
JESSPOOL SYSTEM2.ADAM1*.** USER1 ALTER GROUP
JESSPOOL SYSTEM2.ADAM1*.** USER2 ALTER GROUP
Is this possible, and if so how?
------------------------------
Adam Klinger
------------------------------