zOs/SQL/CATPLA2

select name, binddate
    from sysibm.sysPlan
    order by binddate desc
    fetch first 100 rows only
;