zOs/SQL/PDBGENWM

select *
    from rz1dd.tacct_general
    where plan_name = 'WM8105'
        and timestamp > current timestamp - 20 days
    order by timestamp desc