zOs/TX/VV71SEL

select t.*
     from  oa1a.tvv719a1 t
     where vv719002 >     (select VV719002von
                               from A540769.TVV719Limits
                               where part = 17)
         and vv719002 <=  (select VV719002bis
                               from A540769.TVV719Limits
                               where part = 17)
     order by vv719002 asc
     fetch first 100 rows only
     with ur
 ;x;
select hex(VV719002von), hex(VV719002bis), t.*
     from    A540769.TVV719Limits t
 ;