SFLCSRPRG (Subfile Cursor Progression) keyword for display files

You use this field-level keyword to define that when the cursor leaves the field, it goes to the same field in the next subfile record instead of the next field in the same record.

The SFLCSRPRG keyword is ignored when the workstation is not attached to a controller that supports an enhanced data stream.

This keyword has no parameters.

Option indicators are not valid for this keyword.

The SFLLIN keyword is not allowed in a record that contains the SFLCSRPRG.

Example

The following example shows how to specify the SFLCSRPRG keyword:

|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
     A
     A          R SFL01                     SFL
     A            S1            10A  B  5  5SFLCSRPRG
     A            S2            10A  B  5 25
     A          R CTL01                     SFLCTL(SFL01)
     A                                      SFLPAG(5) SFLSIZ(20)
     A                                      SFLDSP    SFLDSPCTL

In this example, when the cursor leaves field S1, the cursor goes to S1 in the next subfile record.