Enabling package-based continuous block fetch
Enabling package-based continuous block fetch for an application involves ensuring that the application contains only read-only cursors, and binding the application package with the appropriate bind options.
Before you begin
The requesting application must meet the following requirements:
- The application must be a Db2 for z/OS® application.
- The result sets that the application returns cannot contain LOB columns or XML columns.
- Cursors that are used for package-based continuous block fetch cannot be scrollable cursors or rowset-positioned cursors.

