Hello,
I am trying to create a report that compares a couple of groups but need to include csfield for the resource. I see that report_scope does not support custom_data. Is there another way to this information included?
Current CARLa:
suppress reason=( uacc id(*) global warning noprof grpaudit grpoper,
grpspec owner pwdchange selfcon alter-m ckgowner)
n required n=permit1d i=permit type=report_scope,
tt="Compare PERMITs for IDs, including group permits complex ",
title="Class "
define access_u1("GDABCDE",8,access_nz) max(access) where id=GBAUSTOR
define access_u2("GRABCDE",8,access_nz) max(access) where id=GBSYSTOR
summary complex(toptitle,page) class(title,page),
key("Profile name",firstonly),
access_u1 access_u2
report scope=GBABCDE scope=GRABCDE
n required n=connct1d i=connectu type=racf,
emptylist=hide autodetailselect,
tt="Compare CONNECTs for users complex "
define connect_u1("GDABCDE",8) boolean where userid=GDABCDE
define connect_u2("GRABCDE",8) boolean where userid=GRABCDE
select segment=base class=group userid=(GDABCDE,GRABCDE)
summary complex(toptitle,page),
profile(8,"Group") connect_u1 connect_u2
n required n=connct1g i=connectg type=racf,
emptylist=hide autodetailselect,
tt="Compare CONNECTs for groups complex "
define connect_g1("GDABCDE",8) boolean where cggrpnm=GDABCDE
define connect_g2("GRABCDE",8) boolean where cggrpnm=GRABCDE
select segment=base class=user cggrpnm=(GDABCDE,GRABCDE)
summary complex(toptitle,page),
profile(8,"Userid") connect_g1 connect_g2
------------------------------
Joseph Armas
------------------------------