zOs/SQL/EXTEMP

set current sqlid = 'S100447';
select *
    from oa1p.TQZ041BINDPARM
        for system_time as of '2014-10-01-00.00.00'
    fetch first 10 rows only
;
create view A540769.ttt as
    select * from oa1p.TQZ041BINDPARM
;
select * from A540769.ttt
        for system_time as of '2014-10-01-00.00.00'
;
rollback