You can also use the cursor position to control where splitting occurs. For example, the cursor positioned at some point in the display area splits the panel into regions at that point.
SPLIT 1 DISPLAY DATAVIEW EMPLOYEE 2 EDIT PROGRAM SAMPGM
If you positioned the cursor on the twentieth line of the panel, the panel is divided into regions at line 20, assuming enough lines remain to accommodate a second region.
You can also enter SPLIT with explicit control of region sizes.
For example, the following command formats 20 lines in the first region and the remainder in a second region.
SPLIT 20
The following command formats 20 lines in the first region and a minimum of 10 lines in the second region.
SPLIT 20 10
If the number of lines specified is greater than the number of lines available, the SPLIT command is ignored and a message is issued.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|