L.s
I have created a CARLA query to display all revoke connects to RACF groups. But I want only select the revoke connects with a revoke date in it.
How to do that? I need to do something with subselect and GRPREVOKEDT field, but don't know how.
Herewith my query to select all revoked connects.
alloc type=unload dsn='SYHME.CNR##AC1.CKRUNL(0)' complex=AC
newlist type=racf_access outlim=1 nopage dd=ckr2pass ll=32752
sortlist " " /, ` ` /,
`alloc type=unload` ,
`dsn='SYHME.CNR##` | complex(2) | `1.CKRUNL(0)'` ,
`complex=` | complex(2) | /,
`newlist emptylist=hide i=base n=basegd nopage,` /,
` t=:t1 st='All profiles with only revoke connects'` /,
`def connects(universal) subselect connects( (GrpRevoke))
` /,
`select s=base c=group` `and (((,`
newlist type=racf_access nopage nodup dd=ckr2pass ll=32752
select class=group (:GrpRevoke)
sortlist | profile(0) | ","
summary ` )) or (complex=`(0) | complex(8) | ` key=(,`(0) count(0,nd)
newlist type=racf_access outlim=1 nopage dd=ckr2pass ll=32752
sortlist ` )))` /,
`sortlist key(8,nd) connects, key(8,retain)`
------------------------------
Stan van OERS
------------------------------