If I understand the below, one would somehow have to initially create the "range-partitioned" tables (note tables is plural), unlike what UDB z/OS provides (with a single table). (4 below denotes FP4 .)
4 Row migration in UNION ALL views
4 UNION ALL views can be used to circumvent table size limitations when
4 building very large databases. You can create a set of
4 range-partitioned base tables and then access those tables through a UNION ALL
4 view.