the quote below comes from
What's New in db2 vsn 8 (which is where you can find Figure 7, if you are so inclined)
, which is when multi-row fetch.... was introduced.
There is more in the
DB2 UDB for z/OS Version 8 Technical Preview, a Redbook found
here
as well as this Redbook:
DB2 UDB for z/OS Version 8: Everything You Ever Wanted to Know, ... and More
found
here
Multiple fetches and inserts allowed within a single SQL statement
You can enhance the performance of your application programs by using multiple-row FETCH and INSERT statements to request that DB2 send multiple rows of data, at one time, to and from the database. Using these multiple-row statements in local applications results in fewer accesses of the database. Using these multiple-row statements in distributed applications results in fewer network operations and a significant improvement in performance. Figure 7 illustrates the difference between a series of single fetches and a single, multiple-row fetch operation.