Type

Select the type of record element to use as the basis for the loop.

The basis type is one of:

  • Field: Points to repeating fields on a segment
    ITER %f1 on 0(0).PV1(0).00203
              0(0).PV1(0).00203(%f1)
  • Group: Reflects repeating groups
    ITER %g1 on group 1
              1(%g1).0(0).IN1(0).00426
  • Constant List: Points to a defined list of fields
    ITER %l1 on 0 1 2 3 4 5
              DRNAME_%l1
  • Segment (default): Reflects repeating segments
    ITER %s1 on 0(0).AL1
              0(0).AL1(%s1).00203
  • User: See ITERATE type user.