STATICCOLS
Specifies the number of static columns of a subpanel. These columns stay in place while a user scrolls right or left. This setting applies only to SUMMARY type subpanels and must be specified after the subpanel's QUERY statement. Applies to the column order indicated in the DISPLAYCOLS statement, unless DISPLAYCOLS is ALL, in which case the order of the columns is the same as specified in the query.
- Possible values
- A number in the range 0–n, where n is the maximum number of columns that will fit on the screen, minus 1. If the number of static columns exceeds the screen capacity, scrolling is disabled.
- Default value
- 0
Example
STATICCOLS=2