zOs/SQL/REOSTCO

select *
    from s100447.tReoRunJob
    order by tst desc
    fetch first 100 rows only
;
select *
    from s100447.tReoRunTsStats
    where tst in('2011-01-14-16.46.03.559586',
                 '2011-01-14-16.45.32.370847')
    order by rng, dbName, name, partition, tst desc
    fetch first 100 rows only
;
select *
    from s100447.tReoRunIxStats
    where tst in
                ('2011-01-14-16.45.47.812338',
                 '2011-01-14-16.45.39.194249')
    order by rng, dbName, name, partition, tst desc
    fetch first 100 rows only