zOs/SQL/REORUNST

-- select collect run TS statistics
--             first use checkrtD to calcuate reotime |
select * from tstRts.vRtsReoRunTsStats
    where job like 'QR%'
    order by   tst desc,   rng
    fetch first 100 rows only
    with ur
; x;
-- select collect run IX statistics
--             first use checkrtD to calcuate reotime |
select * from tstRts.vRtsReoRunIxStats
    where job like 'QR%'
    order by   tst desc,   rng
    fetch first 100 rows only
    with ur
; x;