zOs/SQL/CATCLONE

select count(*), instance, ictype
    from sysibm.sysCopy
    group by instance, icType
    with ur       ;x;
select count(*), instance, clone
    from sysibm.sysTableSpace
    group by instance, clone
    with ur