chore: fix for mpe_datastatus_libs
This commit is contained in:
@@ -327,7 +327,10 @@ proc sql;
|
||||
from statustabs
|
||||
group by 1;
|
||||
create table work.statuslibs as
|
||||
select a.*, b.catalog_cnt
|
||||
select coalesce(a.libref,b.libref) as libref,
|
||||
a.libsize,
|
||||
a.table_cnt,
|
||||
b.catalog_cnt
|
||||
from work.sumdsn a
|
||||
full join work.sumcat b
|
||||
on a.libref=b.libref;
|
||||
|
||||
Reference in New Issue
Block a user