LINES
Determines the number of data rows displayed in a subpanel. The value can be expressed as an absolute number or as percentage of the available workspace, or can be set to adjust dynamically to the data and space available.
- Possible values
- An integer in the range 1 - 56
- The number of rows of data requested. Six lines are dedicated to the workspace header, including subpanel header, column headings, and separator lines.
- A percentage in the range 1% - 100%
- DYNAMIC
- The subpanel uses the available space of the 3270 session.
The first subpanel is allocated as many rows as it has data. Each subsequent panel is allocated as many of the remaining lines as are available.
- Default value
- DYNAMIC
Examples
LINES=33% or LINES=10