LEFT primary command

  • In View or Edit:

    In TABL display format, the LEFT primary command scrolls to the left of your data. (You cannot use LEFT in SNGL display format.)

    The amount (number of panel columns) scrolled is determined by either an optional parameter or, if no parameter is entered, by the amount indicated in the Scroll field.

  • When editing a template:
    When you are editing a template, the LEFT primary command:
    • Scrolls the Row Selection Criteria field on the Column Selection/Edit panel (the cursor must be positioned on the field at the time you issue the LEFT primary command)
    • Toggles the display (on an 80-character screen) on the Row Selection Criteria panel between the Column name and Data type(length) details appearing (the cursor must not be positioned on a Value field at the time you issue the LEFT primary command)

Syntax

Figure 1. FM/Db2 editor session

1 LEFT
1! scroll_field
1 CSR
1 DATA
1 HALF
1 Max
1 num_cols
1 PAGE
Figure 2. Template editing

1 LEFT
scroll_field
Scroll left by the amount indicated in the Scroll field. This is the default value if no parameter is used.
CSR
Scroll left to the cursor position.
DATA
Scroll left one panel column less than a page of data.
HALF
Scroll left half a page of data.
Max
Scroll to the beginning of the row.
num_cols
Scroll left num_cols panel columns. Valid range: 1–9999.
PAGE
Scroll left one page of data.

Availability

Related tasks