Page Management
In the Query and Display section of the request is a field for specifying the size of a page of data. By default the page buffer in the File-AID Data Editor will hold 2,000 rows. This design allows you to work with very large data stores (relational database tables, MVS or z/OS UNIX files, or IMS databases) while providing rapid response.
When the number of selected rows of data in your data store exceeds the specified page size, page management is activated. To view a different page of rows than the rows initially presented, you must navigate using the page controls (and
) at the top right of the display.
When working with a page, all rows in the page are relative to row 1 of the page, and there is no indication of the physical or relative row number in the data store.
Page Controls
Page controls are presented at the top right of the data display window.Icons Means first page
Means previous page
Means next page
Means last page.
The page controls are disabled unless the number of selected rows in your data store exceeds the size of your request for a page size.
Individual icons are disabled unless they are valid. Clicking on a page control icon will cause the current page to be saved and the new page to be displayed. For example if my page size is 2000 for a DB2 table with 10,000 rows, the first page displayed will show rows 1-2000 and have previous page disabled, while the
next page and last page
are enabled. When you click on the next page
, rows 2001-4000 will be displayed and all page controls will be active. Once you are displaying the last page in the data store, the next page
and last page
become disabled.