FLDCSRPRG (Cursor Progression Field) Keyword for Display Files--Example

Figure 166 shows how to specify the FLDCSRPRG keyword:

Figure 166. Specifying the FLDCSRPRG Keyword

|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
R RECORD
F1           10A  B   3  4FLDCSRPRG(F3)
F2           10A  B  13  4FLDCSRPRG(F1)
F3           10A  B  16  4FLDCSRPRG(F2)

In this example, the cursor moves from field 1 to field 3, then from field 3 to field 2, and finally from field 2 to field 1.